开发者社区> 问答> 正文

怎样才可以从环境中获得 ots 配置?

问个 函数计算 的问题:



exports.handler = function(event, context, callback) {
  console.log('event: %s', event);

  var creds = context.credentials;
  var client = new TableStore.Client({
    accessKeyId: creds.accessKeyId,
    secretAccessKey: creds.accessKeySecret,
    stsToken: creds.securityToken,
    endpoint: 'http://'+instanceName+'.cn-beijing.ots.aliyuncs.com',
    instancename: instanceName,
  });

我看example上是这样写的 但提示说

creds.accessKeyId is not buffer

本问题来自阿里云开发者社区的【11大垂直技术领域开发者社群】。https://developer.aliyun.com/article/706511 点击链接欢迎加入感兴趣的技术领域群。

展开
收起
初商 2019-09-11 17:33:47 785 0
0 条回答
写回答
取消 提交回答
问答标签:
问答地址:
问答排行榜
最热
最新

相关电子书

更多
TableStore在社交类场景下的应用 立即下载
表格存储实时数据流Steam的技术揭秘和应用场景 立即下载
表格存储(TableStore) 立即下载