Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.19 KB

README.md

File metadata and controls

25 lines (18 loc) · 1.19 KB

mantil.go

License: MIT GoDoc Go Report Card

mantil.go integrates Lambda function with API's in a Mantil project.

It is similar to the default AWS Go Lambda function handler. The main difference is that mantil.go handler mantil.LmabdaHandler accepts struct instance and exposes each exported method of that struct. Where the default implementation has a single function as an entrypoint.

Package is intended for usage inside Mantil project.

Package also provides simple key value store interface backed by a DynamoDB table. It manages that table as part of the Mantil project. It is created on demand and destroyed with the project.