Skip to content
This repository was archived by the owner on Aug 16, 2022. It is now read-only.

Latest commit

 

History

History
29 lines (17 loc) · 1.05 KB

README.md

File metadata and controls

29 lines (17 loc) · 1.05 KB

waSCC Runtime for AWS Lambda

🚧 🚧 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 primitives
  • provider is a waSCC native capability provider that interacts with the AWS Lambda runtime interface
  • runtime is the AWS Lambda runtime

Build

Build a binary suitable for running on Amazon Linux 2 using a builder image:

$ make release

Lambda Layers

Instructions for building AWS Lambda Layers containing the waSCC runtime are in layers.

Examples

Examples are in examples.