added explanation about the necessary role for the function and clarification of the use of credentials in localstack

This commit is contained in:
Sebastian Rieger
2022-06-22 16:28:10 +02:00
parent a39227feea
commit 20f012a42d
5 changed files with 32 additions and 29 deletions

View File

@ -1,3 +1,7 @@
[default]
aws_access_key_id=test
aws_secret_access_key=test
# not necessary at all... you can use any aws_access_key, aws_secret_key and session to talk to
# localstack as it is a mockup/emulation of AWS. So you can even reuse your AWS Academy credentials
# to also connect to localstack