Skip to content
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

fix(lambda): custom describe deserialization #59

Merged
merged 1 commit into from
Nov 14, 2024
Merged

Conversation

LouisVN
Copy link
Collaborator

@LouisVN LouisVN commented Nov 14, 2024

The naive deserialization was causing issues on some custom nullable fields within certain sdk objects such as the lambda configuration object:

error: No serializer found for class software.amazon.awssdk.services.lambda.model.FunctionConfiguration and no properties discovered to create BeanSerializer (to avoid exception, disable SerializationFeature.FAIL_ON_EMPTY_BEANS) (through reference chain: com.adevinta.oss.zoe.cli.commands.LambdaDescription["configuration"])

the naive deserialization was causing issues on some custom nullable fields within certain sdk objects such as the lambda configuration object
@LouisVN LouisVN force-pushed the fix-lambda-describe branch from c970a42 to 87cdbf8 Compare November 14, 2024 21:22
@LouisVN LouisVN merged commit a0118e6 into master Nov 14, 2024
1 check passed
@LouisVN LouisVN deleted the fix-lambda-describe branch November 30, 2024 16:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant