There doesn't seem to be a way to configure more than one service endpoint. I'm using localstack for local development, and while --endpoint-url works great for commands that work with one service, it doesn't for "utility" commands like cloudformation package (which actually uploads to s3).
Would you be interested in a PR to support configuring multiple endpoints in some way? If so, how would like to see it implemented?
There doesn't seem to be a way to configure more than one service endpoint. I'm using localstack for local development, and while
--endpoint-urlworks great for commands that work with one service, it doesn't for "utility" commands likecloudformation package(which actually uploads to s3).Would you be interested in a PR to support configuring multiple endpoints in some way? If so, how would like to see it implemented?