(init-templates): Region is fixed in Python template sample-app #14577
Labels
guidance
Question that needs advice or information.
needs-triage
This issue or PR still needs to be triaged.
❓ General Issue
The Question
In the init templates (
packages/aws-cdk/lib/init-templates
) both v1 and v2 of thesample-app
Python template have region us-west-2 as a fixed parameter in(v1|v2)/sample-app/python/app.template.py
.This can cause issues when following along cdkworkshop.com, especially for people new to AWS and CDK.
Is it necessary to have the region fixed here, or can this be removed, so the default region is used for bootstrapping and deployment?
Environment
Other information
The text was updated successfully, but these errors were encountered: