Skip to content

Commit

Permalink
Copy Paste Error
Browse files Browse the repository at this point in the history
  • Loading branch information
StewartW committed Aug 18, 2022
1 parent 434b2e3 commit aef4b72
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@

def lambda_handler(pipeline, _):
"""Main Lambda Entry point"""
parameter_store = ParameterStore(DEPLOYMENT_ACCOUNT_REGION, boto3)
auto_create_repositories = parameter_store.fetch_parameter(
"auto_create_repositories"
)
Expand Down

0 comments on commit aef4b72

Please sign in to comment.