Skip to content

Instantly share code, notes, and snippets.

@ludovicwyffels
Created September 23, 2018 14:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ludovicwyffels/195d29bab3640e1c25981fbe6fab4f58 to your computer and use it in GitHub Desktop.
Save ludovicwyffels/195d29bab3640e1c25981fbe6fab4f58 to your computer and use it in GitHub Desktop.
// imports the entire AWS SDK
const aws = require('aws-sdk');
aws.config.update({
region: 'us-east-1',
endpoint: 'https://dynamodb.us-east-1.amazonaws.com'
});
const docClient = new aws.DynamoDB.DocumentClient();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment