Skip to content

mantil-io/mantil.go

Repository files navigation

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.