From 3ec76a50e1e5effadf9611768d48968ce624da8e Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Wed, 12 Apr 2023 08:02:04 +0100 Subject: [PATCH] update: practical lambda walkthrough --- DevOps/AWS/AWS_Lambda/Practical_walkthrough_Lambda_creation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DevOps/AWS/AWS_Lambda/Practical_walkthrough_Lambda_creation.md b/DevOps/AWS/AWS_Lambda/Practical_walkthrough_Lambda_creation.md index 82610b5..c55ee3a 100644 --- a/DevOps/AWS/AWS_Lambda/Practical_walkthrough_Lambda_creation.md +++ b/DevOps/AWS/AWS_Lambda/Practical_walkthrough_Lambda_creation.md @@ -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: