-
Notifications
You must be signed in to change notification settings - Fork 202
Add support of LambdaFuctionURLRequest/Response #187
base: master
Are you sure you want to change the base?
Add support of LambdaFuctionURLRequest/Response #187
Conversation
Signed-off-by: thomasgouveia <[email protected]>
Signed-off-by: thomasgouveia <[email protected]>
Thanks @thomasgouveia, that's exactly what I was looking for. Would you add an example of how to make use of the AWS Lambda Function URL in deployment please? IE, maybe duplicate sam.yaml and change as |
Oh, the API signature has changed as well, so maybe a sample that makes use the FuctionURL API signature entirely (code + deployment), maybe? Thanks! |
Next time I should check PRs before doing stuff. |
@thomasgouveia I've added your commit to my PR #190 |
If you can help resolve the conflicts I will publish this with the next release |
@sapessi |
Fixes #172
Description of changes:
This PR add the support for AWS Lambda Function URL Request and Response. It was needed to bump the package
aws-lambda-go
to a more recent version.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
=> I do.