An open API service indexing awesome lists of open source software.

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.

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)