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

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

评论

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 核实。