This actor is identical to the Krustlet Uppercase demo.
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$ curl https://v3390lt0j2.execute-api.us-west-2.amazonaws.com/?today=tuesday
{"original":"today=tuesday","uppercased":"TODAY=TUESDAY"}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.