aws-samples/serverless-sinatra-sample

Possible typo regarding event headers

travishaynes opened this issue · 1 comments

On this line, there appears to be a typo. It checks if a key named header is available in the event, then uses a key named headers. Is that intentional?

It also modifies the header values to include an HTTP_ prefix. Should it not be the key that is modified?

You are correct. It's fixed. Thanks!