added explanation about the necessary role for the function and clarification of the use of credentials in localstack
This commit is contained in:
@ -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
|
Reference in New Issue
Block a user