-
Notifications
You must be signed in to change notification settings - Fork 0
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
fix: main.ts does not use dot-env #7
Comments
drernie
changed the title
fix: main.ts does not use doting
fix: main.ts does not use dot-env
Dec 7, 2023
Bizarrely, even if I hard code the stack to create everything in us-east-1, 'npx projen deploy' still builds the stack ITSELF in us-west-2. |
|
Weird
|
Did not have bootstrap. Hmm.
|
Ah. This seems an artifact of CDK Bootstrap. Added to README. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For some reason it always thinks CDK_DEFAULT_REGION = us-west-2
Though
.env
is and.aws/credentials
are us-east-1(and it picks up the new ACCOUNT_ID correctly)
The text was updated successfully, but these errors were encountered: