Skip to content

Commit

Permalink
Merge pull request #32 from NASA-IMPACT/fix/valid-export-name
Browse files Browse the repository at this point in the history
fix: export name hyphen
  • Loading branch information
anayeaye authored Apr 26, 2024
2 parents 507767b + f842c91 commit ff15bc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/stack.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def _add_domain(self, userpool: cognito.UserPool) -> cognito.UserPoolDomain:
CfnOutput(
self,
"cognito-domain",
export_name=f"{stack_name}-cognito_domain",
export_name=f"{stack_name}-cognito-domain",
value=domain.base_url(),
)

Expand Down

0 comments on commit ff15bc0

Please sign in to comment.