Build the sample waSCC actor.
$ cd actor
$ make release
$ cd ..This examples uses the wascc-slim Lambda layer.
See layers for instructions on building the waSCC runtime Lambda layers.
$ terraform initSet AWS environment variables for your authenticated session.
$ make$ aws lambda invoke --function-name waSCC-example-custom --payload '{"input": "Hello world"}' output.jsonoutput.json should contain the input text converted to uppercase.
It works on my machine!
The public key of the actor in manifest.yaml is the value I use and will have to be changed when you generate your own keys.