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
This fixes a bug where if you try to use
DynamoDB Local via `--region local`,
we'll try to connect over https:// despite
the fact that the `protocols` key for that
region indicates that only http is supported.
Also verified I could connect to dynamodb local
after these changes.
Fixesboto#819.
In our endpoints.json we have:
However, creating a client with this region will use HTTPS:
My best guess is that we're not honoring the
protocol
key from endpoints.json when creating clients.The text was updated successfully, but these errors were encountered: