Skip to content

kevinsimard/aws-lambda-function

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

18 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

AWS Lambda Function

Use this sample code to author Java functions in Lambda. It also supports local debugging.

Local Development

Download and install the aws-lambda-runner Maven repository.

Run $ mvn compile exec:java to run the Lambda function locally.

Code Structure

β”œβ”€β”€ src
β”‚   └── main
β”‚       └── java
β”‚           └── com
β”‚               └── kevinsimard
β”‚                   └── aws
β”‚                       └── lambda
β”‚                           └── Function.java
β”œβ”€β”€ .editorconfig
β”œβ”€β”€ .gitattributes
β”œβ”€β”€ .gitignore
β”œβ”€β”€ LICENSE.md
β”œβ”€β”€ README.md
└── pom.xml

License

This package is open-sourced software licensed under the MIT license.

About

Sample of a AWS Lambda function in Java

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages