Skip to content

Commit d52735c

Browse files
committed
update yaml example for SQS
1 parent 6d5f5be commit d52735c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pypubsub.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,7 @@ clients:
3535
# queue: myQueueName.fifo
3636
# region: us-east-1
3737
# 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
3841

0 commit comments

Comments
 (0)