From ac50b1af8df919fca11083222d5194d2744d8163 Mon Sep 17 00:00:00 2001 From: Sitabja Chatterjee <89836369+sitchatt@users.noreply.github.com> Date: Mon, 17 Apr 2023 12:00:33 +0530 Subject: [PATCH] Updated Readme with Prerequisites Updated Readme with Prerequisites --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e6fd1b4..39e0e40 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,22 @@ # AWS S3 Event Triggering -**NOTE**: REPLACE YOUR AWS ACCOUNT ID IN THE LAMBDA FUNCTION CODE. +**PREREQUISITE** + +1: REPLACE YOUR AWS ACCOUNT ID IN THE LAMBDA FUNCTION CODE (PYTHON FILE). + +2: MAKE SURE "jq" AND "zip" IS INSTALLED ON YOUR MACHINE. + +- For Ubuntu Machine; run : + +**sudo apt-get update && sudo apt-get install jq** + +**sudo apt-get update && sudo apt-get install zip** + +Type "y" when prompted. + + + +**Now, Let's Start with the Project** AWS S3 Event triggering is a very popular project used by top companies in the Industry.