What is Lambda Layers and how to use it with Java runtime?
Nov 19, 2020 · 7 min read · When developing serverless functions, you often need additional dependencies or libraries for the function to work. For Lambda functions in java, you need amazon dependencies of the services used in the function. Then you zip the function and its d...
Join discussion



