Skip to content
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

WIP: fix: Use npx for cdk command and remove bootstrap arguments #667

Open
wants to merge 1 commit into
base: v2
Choose a base branch
from

Conversation

konokenj
Copy link

@konokenj konokenj commented Dec 27, 2024

Issue #, if available: N/A

Description of changes:

Use npx cdk instead of cdk. Instead of using the CDK CLI of the latest version installed globally by npm i -g aws-cdk,
use CDK CLI of the version explicitly specified in the project to avoid unexpected behavior.

Also, calling bootstrap without arguments can prevent users from forgetting to specify an environment and experiencing an error. CDK synthesizes the app and automatically bootstraps all environments included in it.


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant