-
-
Notifications
You must be signed in to change notification settings - Fork 300
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
S3EventNotification can't be deserialized #1065
Comments
Hi Jordi, I am no expert but it looks to me that you are using io.awspring.cloud version Then I see a reference to AWS JDK version 1.2.3 in the pom which could be problematic and I imagine this dependency was added to reference the S3EventNotification which is currently not available in AWS JDK 2.0. |
Looks like the issue has been closed, I think bumping the amazon dependencies should help and prevent having to include a separate version of awssdk: #1115 |
@jeusdi as far as i can see, your project is a lambda function that does not use Spring Cloud AWS but just pure AWS SDK. There is no lambda support in Spring Cloud AWS. |
Type: Bug
Component:
"S3", "SQS"
Describe the bug
I'm really facing up with S3 event lambda function deserialization.
I'm getting:
Detailed trace:
Sample
Here you can find code repo.
I'm able to reach my function since I've added
spring-cloud-starter-function-web
dependency.Then, here my test s3 notification:
In order to reach my function via http I'm using:
My Consumer is:
My pom.xml is:
The text was updated successfully, but these errors were encountered: