关于“Serverless Web Apps using Amazon DynamoDB - Part 2”的评价

关于“Serverless Web Apps using Amazon DynamoDB - Part 2”的评价

3303 条评价

Sathyanarayana A. · 已于 almost 5 years前审核

John D. · 已于 almost 5 years前审核

jinseo j. · 已于 almost 5 years前审核

Good starter course to lambda functions

Jordan C. · 已于 almost 5 years前审核

Shashank J. · 已于 almost 5 years前审核

would like to see lambda and RDS course

Jen B. · 已于 almost 5 years前审核

Dhruv D. · 已于 almost 5 years前审核

Dhruv D. · 已于 almost 5 years前审核

Returning Response:null in Amazon Test . Please review code. var doc = require('aws-sdk'); var dynamo = new doc.DynamoDB(); exports.handler = function(event, context) { condition = {}; condition["SuperHero"] = { ComparisonOperator: 'EQ', AttributeValueList:[{S: event.superhero}] } var getParams = { TableName:'SuperMission', ProjectionExpression:"SuperHero, MissionStatus, Villain1, Villain2, Villain3", KeyConditions: condition }; dynamo.query(getParams, function(err, data){ if (err) console.log(err, err.stack); // an error occurred else { context.succeed(data); } }); };

Shane M. · 已于 almost 5 years前审核

James M. · 已于 almost 5 years前审核

Mohammaderfan S. · 已于 almost 5 years前审核

Marcio S. · 已于 almost 5 years前审核

Vivienne T. · 已于 almost 5 years前审核

Parul B. · 已于 almost 5 years前审核

Nicu D. · 已于 almost 5 years前审核

Great..

Mandar P. · 已于 almost 5 years前审核

Swapnil J. · 已于 almost 5 years前审核

jun y. · 已于 almost 5 years前审核

Guru Charan K. · 已于 almost 5 years前审核

Matt P. · 已于 almost 5 years前审核

Alvin H. · 已于 about 5 years前审核

THANH P. · 已于 about 5 years前审核

Elaine C. · 已于 about 5 years前审核

Liam M. · 已于 about 5 years前审核

yigit k. · 已于 about 5 years前审核

我们无法确保发布的评价来自已购买或已使用产品的消费者。评价未经 Google 核实。