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

ApplicationLoadBalancerRequestEvent is missing multiValueQueryStringParameters #162

Closed
dhobbs opened this issue Sep 23, 2020 · 1 comment

Comments

@dhobbs
Copy link
Contributor

dhobbs commented Sep 23, 2020

ApplicationLoadBalancerRequestEvent only has queryStringParameters. This field is null if multi-value headers are enabled.
Fix: add multiValueQueryStringParameters field

@carlzogh
Copy link
Contributor

carlzogh commented Sep 24, 2020

Hey @dhobbs ,

multiValueQueryStringParameters has been added to the ApplicationLoadBalancerRequestEvent model class and released as part of version 3.3.1 (ref: https://github.com/aws/aws-lambda-java-libs/blob/master/aws-lambda-java-events/RELEASE.CHANGELOG.md).

It is now available to download from Maven https://search.maven.org/artifact/com.amazonaws/aws-lambda-java-events/3.3.1/jar

Thanks again for your contribution!

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

No branches or pull requests

2 participants