AWS lambda core/events/serializer reactive type support

0

Hi,

Does AWS lambda libraries for Java support reactive types? If so, can someone post a working example. I am using Spring Boot. When I use the reactive types the serializer doesn't seem to work.

asked a year ago174 views
1 Answer
1

Hello,

AWS Lambda only process one request at a time per execution environment. When more traffic comes in, it's scales horizontally and creates more execution environments.

I would recommend to not use the reactive types because they wouldn't bring any benefit and might add complexity to your project.

I hope this helps.

profile pictureAWS
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions