aws / serverless-java-container

A Java wrapper to run Spring, Spring Boot, Jersey, and other apps inside AWS Lambda.
https://aws.amazon.com/serverless/
Apache License 2.0
1.48k stars 551 forks source link

Sample for Project Reactor support #438

Open lynch19 opened 2 years ago

lynch19 commented 2 years ago

I would like to request a sample / feature of supporting Spring Project Reactor. If the ability exists right now, I would like an example for this.

deki commented 2 years ago

Hi @lynch19, please see the discussion in #239. We have test code in https://github.com/awslabs/aws-serverless-java-container/tree/master/aws-serverless-java-container-springboot2/src/test/java/com/amazonaws/serverless/proxy/spring/webfluxapp.

I'd appreciate if someone contributes a sample by adding it to https://github.com/awslabs/aws-serverless-java-container/tree/master/samples and creating a pull request.