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

Api Gateway Response missing headers #5

Closed kmcgill88 closed 4 years ago

kmcgill88 commented 4 years ago

I think the AwsApiGatewayResponse is missing the ability to set headers.

Adding a Map<String, String> headers or Map<String, dynamic> headers to this class should do the trick!