Skip to content

mbonig/ts_lambda_runtime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Typescript Lambda Runtime

This project builds you a Typescript runtime for AWS Lambda. With this you can write your Lambda handlers in Typescript without needing to transpile your code first.

See here for more information.

Building the Runtime

$ cd src
$ ./build.sh

Note This currently uses a Node 10.15.1 runtime as the actual executable. Modify your build.sh script as you see fit.

Once complete you will have a 'layer.zip' you can upload to your Lambda account. Please refer to these AWS docs for information on how.

Support

I'm offering no direct support, but if you would like to provide feedback, please create an Issue.

About

A Typescript Lambda runtime builder

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors