-
Notifications
You must be signed in to change notification settings - Fork 231
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
AWS Lambda Core Library for Java does not have V2 #509
Comments
Hi @Abhisha1, Could you provide some more detail on the libraries (groupid, artifactid, version) so we can help you. Thanks, |
I'm having the same issue:
specifically using com.amazonaws.services.lambda.runtime.Context object in my project. |
What is the error? |
There is no error at the moment. my question is - is there alternative for the aws-lambda-java-core dependency that is not part of v1 sdk? to use a JAva lambda handler with the Context Object. |
Is not part of the AWS SDK for Java v1. It is not going out of support. |
Thanks for the quick answer!, could you explain how is it not part of the aws java sdk (just for knowledge)? Is it divide into support libraries and main libraries ? |
The blog is for the https://github.com/aws/aws-sdk-java project. The libraries release in this project are separate. |
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?
The text was updated successfully, but these errors were encountered: