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: