Specifying --endpoint-url
gets an "Unable to find LocalStack endpoint for service" error
#51
Labels
--endpoint-url
gets an "Unable to find LocalStack endpoint for service" error
#51
I was running a seperate testing Localstack host that exposes different ports with the
docker-compose
file like this:The Localstack service was started by
docker-compose up
command and went up normally.When I tried the
awslocal --endpoint-url http://localhost:5566/ help
command, an error occured:ERROR: Unable to find LocalStack endpoint for service "http://localhost:5566/"
However, when using
aws
instead ofawslocal
, the command was successfully executed and the help message was shown.If any extra information is needed to reproduce the situation, please let me know.
The text was updated successfully, but these errors were encountered: