From 3d95a3250ee9fa25a8a49eecbd53ca7bc5c20eb2 Mon Sep 17 00:00:00 2001 From: Chetan Goti Date: Wed, 20 May 2020 17:57:19 +0530 Subject: [PATCH] Fix deleteAMI.js link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 77b93e2..8cb6f92 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Add a trigger by selecting _CloudWatch Event_. 12) Create a second function named deleteAMI. Follow the same basic steps as above, but this time: -* Use [deleteAMI.js](./deleteAMI.js) +* Use [deleteAMI.js](./lambda/deleteAMI.js) * Use the existing lambda Role. * Use the existing CloudWatch Rule.