A sample waSCC actor that uses the AWS Lambda runtime capability provider.
It is based on the Krustlet uppercase demo, converting its input to uppercase.
Input should be a custom Lambda event with payload a JSON document of the form
{"input": "Hello world"}and the corresponding response will be a JSON document of the form
{"output": "HELLO WORLD"}Install NKeys
cargo install nkeys --features "cli"make keysrustup target add wasm32-unknown-unknownInstall WASCAP
cargo install wascap --features "cli"make release