Skip to content

Commit

Permalink
chore: remove fixed region in python sample app (aws#14667)
Browse files Browse the repository at this point in the history
Sourced from guidance issue aws#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 and hollanddd committed Aug 26, 2021
1 parent 26d31a1 commit 310111e
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 310111e

Please sign in to comment.