https://github.com/gatehill/apiman-lambda-plugin
An apiman plugin that invokes a Lambda function backend.
https://github.com/gatehill/apiman-lambda-plugin
apiman aws-lambda lambda plugin
Last synced: 10 months ago
JSON representation
An apiman plugin that invokes a Lambda function backend.
- Host: GitHub
- URL: https://github.com/gatehill/apiman-lambda-plugin
- Owner: gatehill
- Created: 2018-04-29T21:59:28.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-03-02T18:18:36.000Z (over 7 years ago)
- Last Synced: 2025-02-06T05:14:43.640Z (over 1 year ago)
- Topics: apiman, aws-lambda, lambda, plugin
- Language: Java
- Size: 43.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# apiman-lambda-plugin
An [apiman](http://apiman.io) plugin that invokes a Lambda function backend.
# Building
If you want to compile the policy yourself, use:
mvn clean install
...and see the JAR file under the `target` directory.
Importing into your favourite IDE is easy, as long as it supports Maven projects.
## Tests
If you want to run unit tests, run:
mvn clean test
# Contributing
Pull requests are welcome.
# Author
Pete Cornish (outofcoffee@gmail.com)