-
Notifications
You must be signed in to change notification settings - Fork 239
1.0.1 lambda-java-serialization release #379
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
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.
LTGM
With this update, I have the following error :
When adding the following dependency:
and adding the JodaModule in com.amazonaws.services.lambda.runtime.serialization.events.LambdaEventSerializers:
I have the following one:
Am I missing something? |
thanks for reporting that, do you mind sharing a unit test for this? |
if you update aws-lambda-java-tests with this new version and run tests, you'll get it. |
Description of changes:
Update Jackson dependencies, junit version, owasp plugin version
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.