We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We were using Bootstrap template to automate auto update of the bootstrap stack. Following was the URL: https://github.com/aws/aws-cdk/blob/main/packages/aws-cdk/lib/api/bootstrap/bootstrap-template.yaml Starting from this week (Feb last week 2025) above URL is returning 404 - page not found.
We would like to have that in a yaml format to update our Bootstrap CloudFormation stack.
No response
wget -q https://raw.githubusercontent.com/aws/aws-cdk/v2-release/packages/aws-cdk/lib/api/bootstrap/bootstrap-template.yaml
Downloads the yaml file
Now it is returning 404-page not found error
Try curl -I https://raw.githubusercontent.com/aws/aws-cdk/v2-release/packages/aws-cdk/lib/api/bootstrap/bootstrap-template.yaml
This template was available last week. Must have got removed in the latest master merge.
TypeScript
The text was updated successfully, but these errors were encountered:
It was moved to the new aws-cdk-cli repository: https://github.com/aws/aws-cdk-cli/blob/main/packages/aws-cdk/lib/api/bootstrap/bootstrap-template.yaml
Sorry, something went wrong.
Comments on closed issues and PRs are hard for our team to see. If you need help, please open a new issue that references this one.
No branches or pull requests
Describe the bug
We were using Bootstrap template to automate auto update of the bootstrap stack. Following was the URL:
https://github.com/aws/aws-cdk/blob/main/packages/aws-cdk/lib/api/bootstrap/bootstrap-template.yaml
Starting from this week (Feb last week 2025) above URL is returning 404 - page not found.
We would like to have that in a yaml format to update our Bootstrap CloudFormation stack.
Regression Issue
Last Known Working CDK Version
No response
Expected Behavior
wget -q https://raw.githubusercontent.com/aws/aws-cdk/v2-release/packages/aws-cdk/lib/api/bootstrap/bootstrap-template.yaml
Downloads the yaml file
Current Behavior
Now it is returning 404-page not found error
Reproduction Steps
Try
curl -I https://raw.githubusercontent.com/aws/aws-cdk/v2-release/packages/aws-cdk/lib/api/bootstrap/bootstrap-template.yaml
Possible Solution
This template was available last week. Must have got removed in the latest master merge.
Additional Information/Context
No response
CDK CLI Version
Framework Version
No response
Node.js Version
OS
Language
TypeScript
Language Version
No response
Other information
No response
The text was updated successfully, but these errors were encountered: