Skip to content

Commit

Permalink
Small change to README
Browse files Browse the repository at this point in the history
  • Loading branch information
mialarconchong committed Sep 7, 2023
1 parent bc96b0c commit 20ebed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudtrail-lambda-dynamo-cdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Important: this application uses various AWS services and there are costs associ
```
npm install
```
1. Open the lambda function cloudtrail-lambda-dynamo-cdk/src/lib/lambda/object_tag_checker/index.py, and on line 17 replace the example keys with your required keys:
1. Open the lambda function cloudtrail-lambda-dynamo-cdk/src/lib/lambda/object_tag_checker/index.py, and on line 17 replace the example keys with your required S3 object keys:
```
required_keys = {"Key1", "Key2", "Key3", "Key4"}
```
Expand Down

0 comments on commit 20ebed2

Please sign in to comment.