I followed the directions in README.md to install and configure cdklocal. I have an environment variable set as: AWS_ENDPOINT_URL=http://localhost:4566
When I run cdklocal bootstrap it always deploys to my AWS account aws://[account_number]/us-east-1 instead of my Localstack environment http://localhost:4566. I've tried various configurations and cannot get it to work, is this user error or an issue?
I'm using CDK version 2.176.0 running on macOS 15.2.
I followed the directions in
README.mdto install and configurecdklocal. I have an environment variable set as:AWS_ENDPOINT_URL=http://localhost:4566When I run
cdklocal bootstrapit always deploys to my AWS accountaws://[account_number]/us-east-1instead of my Localstack environmenthttp://localhost:4566. I've tried various configurations and cannot get it to work, is this user error or an issue?I'm using CDK version 2.176.0 running on macOS 15.2.