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

Latest commit

 

History

History
17 lines (10 loc) · 713 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 713 Bytes

waSCC Runtime for AWS Lambda Examples

Examples of using the waSCC runtime for AWS Lambda.

Requirements

  • Rust version 1.41.0 (or later) to build the example waSCC actors
  • Terraform version 0.12.19 (or later) to deploy AWS resources

Examples

  • custom A simple example that processes a custom Lambda event
  • apigw An example that receives an HTTP request via API Gateway

Notes

Actors hosted in the waSCC Runtime must be signed with at least the wascc:logging and awslambda:runtime or wascc:http_server capabilities.