|
|
|
|
|
by catlover76
439 days ago
|
|
Have been looking for something like this and planning on making one, but one of the main things I need is ability to query a local container with no auth. Too many options for Dynamo clients need AWS creds, etc. Is that supported here? |
|
So yes, it does work with localstack, provided the endpoint_url is set for that profile in the aws config file like so:
[profile local-v2]
region = us-east-1
aws_access_key_id = fake
aws_secret_access_key = fake
endpoint_url = http://localhost:8005
Dynamodb-local isn't currently supported, but it will be.