awslabs / aws-lambda-dart-runtime

A Dart runtime for AWS Lambda
https://awslabs.github.io/aws-lambda-dart-runtime/
Apache License 2.0
146 stars 30 forks source link

AwsApiGatewayEvent missing body #6

Closed kmcgill88 closed 4 years ago

kmcgill88 commented 4 years ago

Thanks for the quick fix on the last issue! https://github.com/awslabs/aws-lambda-dart-runtime/issues/5

I found another one. AwsApiGatewayEvent is missing body in the event of a POST or PUT. Looks like your test json you only tested for a GET. I'd assume this could be null in the event of a GET and a string otherwise.

kmcgill88 commented 4 years ago

🎉 Thanks @katallaxie!