DynamoDB - with Serverless
An API Gateway integration request to DynamoDB fails with a validation error. The template is:
What is the cause of the error?
{
"TableName": "Orders",
"Key": {
"OrderId": { "S": "$input.params('orderId')" }
},
"DeleteKey": {
"OrderId": { "S": "$input.params('orderId')" }
}
}What is the cause of the error?
