You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey all - aws-lambda-java-events version 3.0.0 was just released with support for all events (including S3) without the inclusion of SDK v1 dependencies.
This should allow you to use any version of the AWS SDK without running into this error as the events library no longer depends on the v1 SDK.
I have also tested @anjo-swe's use case with the latest available version of the KMS v1 SDK 1.11.784 and validated that it now works.
Versions:
Code:
Error:
Note: Current workaround is to stay on
1.11.163
for AWS SDKThe text was updated successfully, but these errors were encountered: