reymesson1 / Programacion-Web-Avanzada

1 stars 0 forks source link

Test #8

Open reymesson1 opened 5 years ago

reymesson1 commented 5 years ago

RM Primera prueba de su skill en funcionamiento segunda entrega in list Done LABELS

Description Add a more detailed description…

Activity Show Details Write a comment… jorgeberroa yesterday at 7:29 PM const AWS = require ("aws-sdk"); const docClient = new AWS.DynamoDB.DocumentClient({region:'us-east-1'});

exports.handler = function(event, context, callback) {

let scanningParameters = { TableName: 'Plates', Limit: 100 };

docClient.scan(scanningParameters,function(err,data) { if (err) {

callback(err,null,); } else { callback(null, data); }

}); }

Reply - Delete SUGGESTED Feedback ADD TO CARD POWER-UPS Get unlimited Power-Ups, plus much more. Upgrade Team ACTIONS