Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 452 Bytes

File metadata and controls

17 lines (14 loc) · 452 Bytes

java-lambda-terraform

This is a source code of my blog on medium Creating Java Lambda in aws using terraform -> https://medium.com/@pra4mesh/aws-lambda-in-java-and-terraform-544da9102e37

java-lambda-terraform

Creating Java Lambda in aws using terraform

Run the following gradle commands to build jar.

./gradlew build

Run the following terraform commands to deploy our code to AWS.

terraform init
terraform plan
terraform apply