From 3258522a371701edde542f074fac8f0ba13ab95b Mon Sep 17 00:00:00 2001 From: "nabil.abdennad" <nabil.abdennadher@hesge.ch> Date: Mon, 28 Oct 2024 17:27:12 +0100 Subject: [PATCH] updates --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 34ba98c..ff75163 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ Choose **Map**, which allows for parallel worflow for each item in a dataset (in #### Step 4: Configure Lambda Tasks for the Condition * Within the 'CSV' condition set in the Choice state, include the Lambda function which generates output data in CSV format. * Additionally, under the 'default' condition, include the Lambda function which generates output data in PNG format. -#### Step 5: Save and Test +#### Step 5: Updating the name of the S3 bucket used to store the results * Change the name of the S3 bucket so that the results are not saved in the satellite-images-ndvi bucket: see codes of the two Lambda functions in Step 4 #### Step 6: Save and Test * Once all the states are configured correctly, Create the state machine. -- GitLab