Skip to content

Example on how to create AWS Lambda using Joker Clojure interpreter

Notifications You must be signed in to change notification settings

mangolas/joker-lambda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Example on how to create AWS Lambda using Joker Clojure interpreter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published