From 5f788510bfa70f37a5a52670077b95a4186858e7 Mon Sep 17 00:00:00 2001 From: JQ <30549232+jiaqinz@users.noreply.github.com> Date: Wed, 14 Aug 2024 16:02:25 +0800 Subject: [PATCH] Update DEVELOPER.md --- DEVELOPER.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/DEVELOPER.md b/DEVELOPER.md index 905469c..d7d8b82 100644 --- a/DEVELOPER.md +++ b/DEVELOPER.md @@ -21,14 +21,21 @@ sudo installer -pkg AWSCLIV2.pkg -target / # Setup AWS Profile aws configure --profile ss +# Setup before running screener command +python3 -m venv . +source bin/activate +python3 -m pip install --upgrade pip +pip install -r requirements.txt +alias screener="python3 $(pwd)/main.py" + ## When executing SS locally screener --regions ap-southeast-1 --profile ss ``` ## Pre-requisite -1. git account -1. fork the master repository from aws-samples -1. clone the forked repo to local machine +1. Login to your Git account +1. Fork the master repository from aws-samples +1. git clone 1. setup aws-cli follows aws official documentation: https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html 1. Setup necessary IAM Users with readOnly permission. 1. Generate Accesskey & Secret combination to be used by local machine