dynamodb node aws-sdk simple getItem() call

后端 未结 3 657
独厮守ぢ
独厮守ぢ 2021-02-04 06:20

Folks, New to Javascript... trying to do simple dynamo queries from node:

var AWS = require(\'aws-sdk\');
AWS.config.update({region: \'us-east-1\'});
var db = ne         


        
3条回答
  •  孤独总比滥情好
    2021-02-04 06:49

    Here are great resources for DynamoDB using NodeJS:

    • Getting Started guide
    • Documentaion and examples
    • If you're using the DocumentClient

提交回复
热议问题