Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 895 Bytes

File metadata and controls

41 lines (27 loc) · 895 Bytes

API Gateway HTTP Request Invocation

This actor is identical to the Krustlet Uppercase demo.

Build

Build the sample waSCC actor.

$ cd actor
$ make release
$ cd ..

Deploy

This examples uses the wascc-slim Lambda layer. See layers for instructions on building the waSCC runtime Lambda layers.

$ terraform init

Set AWS environment variables for your authenticated session.

$ make

Test

$ curl https://v3390lt0j2.execute-api.us-west-2.amazonaws.com/?today=tuesday
{"original":"today=tuesday","uppercased":"TODAY=TUESDAY"}

Known Issues

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.