aws / aws-lambda-java-libs

Official mirror for interface definitions and helper classes for Java code running on the AWS Lambda platform.
https://aws.amazon.com/lambda/
Apache License 2.0
520 stars 232 forks source link

AWS Lambda Core Library for Java does not have V2 #509

Open Abhisha1 opened 3 weeks ago

Abhisha1 commented 3 weeks ago

Hi there,

I am building a Lambda handler which requires some lambda runtime variables from the core library. Recently, I noticed that v1 has been deprecated and that there is a warning message thrown to indicate this. I have migrated all other packages but noticed that this still does not have v2 support so have had to disable the announcement manually.

Are there any updates on when this will be available?

msailes commented 3 weeks ago

Hi @Abhisha1,

Could you provide some more detail on the libraries (groupid, artifactid, version) so we can help you.

Thanks,