update: practical lambda walkthrough

This commit is contained in:
thomasabishop 2023-04-12 08:02:04 +01:00
parent 2935e25069
commit 3ec76a50e1

View file

@ -23,7 +23,7 @@ Beneath this we have a code editor with the handler function with a basic boiler
## Adding a trigger
Next we need to add a trigger that execute the handler.
Next we need to add a [trigger](/DevOps/AWS/AWS_Lambda/Lambda_triggers.md) that execute the handler.
We will do this using [AWS API Gateway](/DevOps/AWS/AWS_Api_Gateway.md). We select "Add trigger" from the dashboard view and input basic settings: