Skip to content
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

Fix for 2114 - Missing AWS events classes in jandex when building Lambda #2122

Merged
merged 2 commits into from
Apr 20, 2019

Conversation

marcinczeczko
Copy link
Contributor

This is a fix for #2114

@gsmet
Copy link
Member

gsmet commented Apr 17, 2019

@marcinczeczko could you rebase your PR on master and squash it? It contains a lot of commits.

Thanks!

…events, missing reflection for lamdba return type
@marcinczeczko
Copy link
Contributor Author

@gsmet - now it's one commit.

@marcinczeczko
Copy link
Contributor Author

When lambda is used with LAMBDA_PROXY mode, the APIGatewayProxyRequestEvent can be used. However, the AWS jdk has missing few fields in the inner class causing unmarshalling errors - so I turned off errors on unknowns - see latest commit

@gsmet gsmet merged commit a1ffd06 into quarkusio:master Apr 20, 2019
@gsmet
Copy link
Member

gsmet commented Apr 20, 2019

Merged, thanks!

@gsmet gsmet added this to the 0.14.0 milestone Apr 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants