Skip to content

Commit

Permalink
chore: remove fixed region in python sample app (#14667)
Browse files Browse the repository at this point in the history
Sourced from guidance issue #14577 

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
peterwoodworth authored May 12, 2021
1 parent 114f7cc commit 0df9f9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@


app = core.App()
%name.PascalCased%Stack(app, "%name.StackName%", env={'region': 'us-west-2'})
%name.PascalCased%Stack(app, "%name.StackName%")

app.synth()
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@


app = cdk.App()
%name.PascalCased%Stack(app, "%name.StackName%", env={'region': 'us-west-2'})
%name.PascalCased%Stack(app, "%name.StackName%")

app.synth()

0 comments on commit 0df9f9b

Please sign in to comment.