Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 428 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 428 Bytes

lambda-middleware-sample

middleware組み込みサンプル

Setup process

Installing dependencies & building the target

make

Local development

Invoking function locally through local API Gateway

sam local start-api

Packaging and deployment

sam deploy --guided

Testing

go test -v ./...

Appendix

Golang installation

Please ensure Go 1.x