Skip to content

Instantly share code, notes, and snippets.

View SagarGhagare's full-sized avatar
🎯
Focusing

Sagar P Ghagare SagarGhagare

🎯
Focusing
View GitHub Profile
var hashKey = "id";
var rangeKey = null;
var tableName = "alert";
var scanParams = {
TableName: tableName,
};
docClient.scan(scanParams, function(err, data) {
if (err) ppJson(err); // an error occurred
var hashKey = "id";
var rangeKey = null;
var tableName = "alert";
var scanParams = {
TableName: tableName,
};
docClient.scan(scanParams, function(err, data) {
if (err) ppJson(err); // an error occurred