Skip to content

Commit

Permalink
Fix CfnOutput source
Browse files Browse the repository at this point in the history
  • Loading branch information
slesaad authored Feb 21, 2024
1 parent ee5d75b commit 73f575d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@

# Programmatic Clients
client = stack.add_programmatic_client(f"{app_settings.app_name}-{app_settings.stage}-veda-sdk")
cdk.CfnOutput(
aws_cdk.CfnOutput(
stack,
"client_id",
export_name=f"{app_settings.app_name}-{app_settings.stage}-client-id",
Expand Down

0 comments on commit 73f575d

Please sign in to comment.