Jeremy Daly
Jeremy Daly
Some docs/notes on this: - [Generating HTTP Responses in Request Triggers](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/lambda-generating-http-responses-in-requests.html) - [Lambda@Edge Example Functions](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/lambda-examples.html) Lots to work through with this, so bumping to the next release.
Thanks for this @jthomerson. Naming conventions seem fine, but I still wavering on the `asArray` functionality. The only reason I added it for some of the `Response` methods was for...
Hi @Hobart2967. Lowercasing was done to be compatible with HTTP/2 and the change that Chrome made in version 60. See more here: https://github.com/elm/http/issues/31 I haven't looked into the status of...
@abmohan, this is a great idea. This might be possible with the `serverless-offline` plugin, but it would be nice to have a solution that wasn't tethered to a single framework....
Hi @MarioVerbelen. The easiest way to do this is just to set a global `OPTIONS` route so that any `OPTION` request will return a `200` with the correct CORS headers....
Thanks for the report. I am looking into this.
Sorry for the delay and thanks for the report. I am researching the issue.
Hi @aljanson. What version of the SDK are you using?
Thanks, Tony. I'll add this in.