Skip to content

Commit 13d408a

Browse files
committed
Added the ability to read in the partnersTable from a DynamoDB.
1 parent 9a96582 commit 13d408a

File tree

1 file changed

+2
-2
lines changed
  • Management-Utilities/auto_create_sm_relationships

1 file changed

+2
-2
lines changed

Management-Utilities/auto_create_sm_relationships/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@ If you want to run this script as a Lambda program, then you'll need to
5555
- fsx:DescribeFileSystems
5656
- fsx:DescribeVolumes
5757
- fsx:ListTagsForResources
58-
- dynamodb:GetItem - Optionally, if you are using a DynamoDB table to store the secretsTable.
58+
- dynamodb:GetItem - Optional, only needed if you are using a DynamoDB table to access the secretsTable or partnersTable.
5959

6060
Create AWS endpoints for any services that it uses. Currently that is:
6161
- ec2
6262
- fsx
6363
- SecretsManager
64-
- dynamodb - Optionally, if you are using a DynamoDB table to store the secretsTable.
64+
- dynamodb - Optional, only needed if you are using a DynamoDB table to access the secretsTable or partnersTable.
6565

6666
# Running The Script
6767
To run the script on a Linux host, you just need to change the UNIX permissions on the file to be executable, then run it as a command:

0 commit comments

Comments
 (0)