We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d5f5be commit d52735cCopy full SHA for d52735c
pypubsub.yaml
@@ -35,4 +35,7 @@ clients:
35
# queue: myQueueName.fifo
36
# region: us-east-1
37
# delete: true # If set, deletes items from SQS as they are processed. Comment out to keep items in SQS
38
+# # The below can be commented out to use basic ~/.aws/credentials configuration for the user
39
+# key: AWS_ACCESS_KEY_ID
40
+# secret: AWS_SECRET_ACCESS_KEY
41
0 commit comments