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.5k stars 560 forks source link

Springboot 2 Lambda Layer Support #975

Open jahidmomin opened 3 months ago

jahidmomin commented 3 months ago

want an way to deal with that because aws-sam creates an folder with lib and source code but if we want to deploy it using layer then how can we exclude from that through yml.

deki commented 3 months ago

Hey @jahidmomin, what benefit are you expecting from using a layer? How do you plan to deal with dependency updates? Are you using Maven or Gradle?

We don't have an example as part of this project but you'll find some community posts via Google.