Skip to content

amarrella/aws-lambda-dhall-runtime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dhall Lambda Runtime

Some lambdas are very simple data transformations. Now you can do them in dhall! Add your main logic in /src/function.dhall, run make zip and deploy :)

For a local test, you can run it with sam-cli For example the example function can be run with: sam local invoke -e events/john.dhall or sam local invoke -e events/jane.dhall

Status: not production ready! It's probably possible to inject malicious code in the input right now, so use just for fun and don't give the lambda any permissions.

About

Runtime to execute AWS Lambda functions in Dhall

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published