You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The latest 'amazon/dynamodb-local' image introduces breaking change and requires dummy credentials, see https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DynamoDBLocal.DownloadingAndRunning.html.
Without the fix tests fail with the timeout error in DockerSetup.StartContainer method but the real error is "Unable to get IAM security credentials from EC2 Instance Metadata Service." in the DynamoDbDockerSetup.TestReady method.
0 commit comments