Skip to content

average-bit/aws-lambda-wascc-runtime

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

AWS Lambda Runtime for Hosting waSCC Actors

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 98.8%
  • Other 1.2%