dwyl/learn-aws-lambda

API Gateway Body Mapping

LamourBt opened this issue · 0 comments

So I hook up everything right API Gateway with the Lambda + DynamoDB, when I test the Lambda function everything works since I am able to save and retrieve from Dynamo. From Api Gateway When I test it, I do get 200 OK but the body is still null and the data is not saved.

does anyone has a template for the body mapping?