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
I am using https://github.com/localstack/localstack for local development, in particularly the local cloudformation. The localstack's cloudformation requires a region which I am setting. boto and ruby SDK clients both connect appropriately given the endpoint and the region but not amazonica:
I am using https://github.com/localstack/localstack for local development, in particularly the local cloudformation. The localstack's cloudformation requires a region which I am setting. boto and ruby SDK clients both connect appropriately given the endpoint and the region but not amazonica:
(cloudformation/describe-stacks { :endpoint "http://localhost:4580" :region "us-west-2" } :stack-name "stack-name")
find no stacks.
The aws cli works:
aws cloudformation describe-stacks --stack-name stack-name --region us-west-2 --endpoint http://localhost:4580
The text was updated successfully, but these errors were encountered: