DynamoDB - with Serverless
A resolver mapping template for a DynamoDB Query operation uses this snippet:
Why does this cause a runtime error?
{"version": "2018-05-29", "operation": "Query", "query": {"expression": "#pk = :pk", "expressionNames": {"#pk": "partitionKey"}, "expressionValues": {":pk": "$ctx.args.pk"}}}Why does this cause a runtime error?
