Skip to content

Commit

Permalink
fix: export name hyphen
Browse files Browse the repository at this point in the history
  • Loading branch information
anayeaye committed Apr 26, 2024
1 parent 507767b commit f842c91
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 f842c91

Please sign in to comment.