Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Help connecting to localstack's cloudformation. #367

Open
mik373 opened this issue May 4, 2018 · 0 comments
Open

Help connecting to localstack's cloudformation. #367

mik373 opened this issue May 4, 2018 · 0 comments

Comments

@mik373
Copy link

mik373 commented May 4, 2018

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

@mik373 mik373 changed the title Help connecting to localstack's clouformation. Help connecting to localstack's cloudformation. May 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant