DEV Community

Karthik Sakthivel
Karthik Sakthivel

Posted on

1

AWS Lambda now supports using a custom serializer with Java runtimes

What's new at AWS πŸ“’

β­• #AWSLambda now supports using a custom serializer with Java runtimes

β­• It replacing the default Java object serialization library with a customer-defined serializer.

β­• It enables customers to adapt their Lambda functions to cases where the incoming event format is not compatible with the default Lambda serializer.

β­• This feature is supported in all current Lambda managed runtimes and container base images for Java.

πŸ“Œ Complete guide to build, test and deploy custom Java runtime for Lambda functions:
https://aws.amazon.com/blogs/compute/build-a-custom-java-runtime-for-aws-lambda/

Top comments (0)

Sentry image

See why 4M developers consider Sentry, β€œnot bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more