-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
x-amazon-apigateway-request-validators and integration not being applied localy #516
Labels
Comments
Duplicate of #364 Closing |
hawflau
pushed a commit
to hawflau/aws-sam-cli
that referenced
this issue
Oct 10, 2023
* Provided.al2023 implementation * Provided.al2023 implementation * Added provided.al2023 to PREVIEW_RUNTIMES
hawflau
added a commit
that referenced
this issue
Oct 10, 2023
* Provided.al2023 runtime (#516) * Provided.al2023 implementation * Provided.al2023 implementation * Added provided.al2023 to PREVIEW_RUNTIMES * fix test * fix set --------- Co-authored-by: Anton Stepanov <110172761+anton-stepanof@users.noreply.github.com>
hawflau
added a commit
that referenced
this issue
Oct 11, 2023
moelasmar
pushed a commit
to moelasmar/aws-sam-cli
that referenced
this issue
Oct 22, 2023
* Provided.al2023 runtime (aws#516) * Provided.al2023 implementation * Provided.al2023 implementation * Added provided.al2023 to PREVIEW_RUNTIMES * fix test * fix set --------- Co-authored-by: Anton Stepanov <110172761+anton-stepanof@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description:
I have taken inline_swagger template and modified it to use
x-amazon-apigateway-request-validators
to not even call my lambda if request is incorrect, but seems like lambda is still invoking in proxy modeSteps to reproduce the issue:
template.yml
src/index.js
Invokation:
Observed result:
In sam local stdout I do see log containing integration request object with headers, query string and pas parameters
Expected result:
lambda should be called with event containg id only
Cross posted from: aws/serverless-application-model#455 (comment)
The text was updated successfully, but these errors were encountered: