DynamoDB - with Serverless
In an AppSync resolver mapping template for DynamoDB, what does the following Velocity Template Language (VTL) snippet do?
{"version": "2018-05-29", "operation": "PutItem", "key": {"id": {"S": "$ctx.args.id"}}, "attributeValues": {"name": {"S": "$ctx.args.name"}}}