🚧 🚧 This project is highly experimental. 🚧 🚧
It is not yet ready for production. Use at your own risk.
A waSCC runtime for AWS Lambda.
This workspace includes multiple crates:
codec
is a common set of types and other primitivesprovider
is a waSCC native capability provider that interacts with the AWS Lambda runtime interfaceruntime
is the AWS Lambda runtime
Build a binary suitable for running on Amazon Linux 2 using a builder image:
$ make release
Instructions for building AWS Lambda Layers containing the waSCC runtime are in layers
.
Examples are in examples
.