Trying to access Dynamo from AWS ECS – botocore.exceptions.NoCredentialsError: Unable to locate credentials
I have a Python application using boto3, and trying to access a dynamo table. When trying this as a local container, it works perfectly.
I have a Python application using boto3, and trying to access a dynamo table. When trying this as a local container, it works perfectly.