dwyl / learn-aws-lambda

✨ Learn how to use AWS Lambda to easily create infinitely scalable web services
1.05k stars 202 forks source link

API Gateway Body Mapping #86

Open LamourBt opened 8 years ago

LamourBt commented 8 years ago

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?