Skip to content

Instantly share code, notes, and snippets.

if (action === 'aws_qa') {
var params = {};
params.RequestItems = {};
params['RequestItems'][variable_here] =
[ // a list of Put or Delete requests for that table
{ // An example DeleteRequest
DeleteRequest: {
Key: { // a map of attribute name to AttributeValue
ScId: {'S': '...'},