-
Notifications
You must be signed in to change notification settings - Fork 359
Replace custom http events with aws_lambda_events #426
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
Conversation
@@ -51,9 +51,6 @@ | |||
"CloudFront-Viewer-Country":[ | |||
"US" | |||
], | |||
"":[ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I removed this because empty header names are not supposed to be valid. http::HeaderMap
will panic if it finds any empty name.
The Alb and ApiGw events in aws_lambda_events are thoroughly tested with multiple payloads that those services generate. Signed-off-by: David Calavera <david.calavera@gmail.com>
Signed-off-by: David Calavera <david.calavera@gmail.com>
ApiGw use $default as an identifier, but it doesn't add it to the URI. Signed-off-by: David Calavera <david.calavera@gmail.com>
Signed-off-by: David Calavera <david.calavera@gmail.com>
Signed-off-by: David Calavera <david.calavera@gmail.com>
Signed-off-by: David Calavera <david.calavera@gmail.com>
6895643
to
1e853d2
Compare
Signed-off-by: David Calavera <david.calavera@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! This also passes all the integration tests. 🚀
The Alb and ApiGw events in aws_lambda_events are thoroughly tested
with multiple payloads that those services generate.
Signed-off-by: David Calavera david.calavera@gmail.com
Issue #, if available:
resource
field #307Description of changes:
By submitting this pull request