Skip to content

Files

11 lines (8 loc) · 880 Bytes

lambda-java-how-to-create-deployment-package.md

File metadata and controls

11 lines (8 loc) · 880 Bytes

AWS Lambda Deployment Package in Java

Your deployment package can be a .zip file or a standalone jar; it is your choice. You can use any build and packaging tool you are familiar with to create a deployment package.

We provide examples of using Maven to create standalone jars and using Gradle to create a .zip file. For more information, see the following topics:

Topics