Skip to content

Commit

Permalink
Applied changes from scripts/fix.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
acbhatt12 committed Oct 17, 2024
1 parent 3b4c27c commit e1b59bf
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ def stack(stack_defaults) -> cdk.Stack:
sagemaker_domain_arn = f"arn:aws:sagemaker:::domain/{sagemaker_domain_id}"
repository_type = RepositoryType.CODECOMMIT
access_token_secret_name = "github_token"
aws_codeconnection_arn = "arn:aws:codeconnections:xxxxxx:xxxxxxxxxxxx:connection/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
aws_codeconnection_arn = (
"arn:aws:codeconnections:xxxxxx:xxxxxxxxxxxx:connection/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
)
repository_owner = "github-test-owner"

return stack.ServiceCatalogStack(
Expand Down

0 comments on commit e1b59bf

Please sign in to comment.