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
Environment aws://00000000000/eu-central-1 failed bootstrapping: UnknownEndpoint: Inaccessible host: localhost' at port 4566'. This service may not be available in the `eu-central-1' region.
#78
Closed
merowinger92 opened this issue
Jan 27, 2023
· 2 comments
FYI: We just (2023-02-15T12:22:38.576Z) released a new version of aws-cdk-local 2.17.0, which implements an IPv4 fallback to fix IPv6-related issues on macOS.
See: #80
I get the above error message despite having credentials and localstack running. I can access it in the browser normally.
Doing some research hints from a similar issue with
serverless-localstack
existed and is already solved: localstack/serverless-localstack#125A workaround is setting
LOCALSTACK_HOSTNAME=127.0.0.1
before using cdklocal.It was solved with following pull request: LOCALSTACK_HOSTNAME=127.0.0.1
My system is a M1 MacOS 13.1.
The text was updated successfully, but these errors were encountered: