Skip to content

Example project that uses gradle to build a function to be deployed as an AWS lambda

Notifications You must be signed in to change notification settings

IvanAtanasov89/aws-lambda-java-gradle

Repository files navigation

aws-lambda-java-gradle

Example project that uses gradle to build a function to be deployed as an AWS lambda.

All this does as an example is responds to an S3 put event by creating a copy of the file in the same bucket but with a suffix of 'new'

Deploy it to AWS using:

aws cloudformation deploy --template-file template.yaml --stack-name lambda-test --capabilities CAPABILITY_IAM

About

Example project that uses gradle to build a function to be deployed as an AWS lambda

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages