generator-aws-lambda-maven
v2.2.0
Published
A generator which creates a Lambda function in Java to be imported as a maven project
Downloads
6
Maintainers
Readme
generator-aws-lambda-maven
A Yeoman Generator Building a Lambda function which can be invoked by any type of Object, future invokers will be added.
Installation
Install npm on your local machine
After installation run the following commands in your terminal
npm install -g yo
npm install -g generator-aws-lambda-maven
Creating a new project
To create a new project, first be in the directory of all your projects then run the following command and follow the respective instructions as it appears on your command line.
yo aws-lambda-maven
Lambda Invokers
The following AWS Resources can invoke the Lambda when deployed.
- [x] Default (Any String or Java object)
- [x] API Gateway
- [x] SNS
- [ ] DynamoDB
- [ ] Scheduler
- [ ] S3
- [ ] SQS
To-Do List
- Add integration with other Lambda invokers
- Add more libraries
Contributors
Contributing
Contributions and feedback are welcome! Proposals and pull requests will be considered and responded to. For more information, see the CONTRIBUTING file.