Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 354 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 354 Bytes

Minimal AWS Lambda runtime using Joker.

Quick usage help (depends on AWS cli):

$ export AWS_PROFILE=xxx AWS_DEFAULT_REGION=xxx
$ LAMBDA_ROLE=<valid iam role arn> make create
$ aws lambda invoke --function-name hello-world target/output; cat target/output
# Make changes to handler
$ make update