Skip to content

Instantly share code, notes, and snippets.

@KevinVR
Created July 22, 2021 18:58
Show Gist options
  • Select an option

  • Save KevinVR/72097c991ef61147a9e070a4a5b91986 to your computer and use it in GitHub Desktop.

Select an option

Save KevinVR/72097c991ef61147a9e070a4a5b91986 to your computer and use it in GitHub Desktop.
class DB {
private _connection: AWS.DynamoDB.DocumentClient;
constructor() {
this._connection = new AWS.DynamoDB.DocumentClient();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment