Skip to content

Commit

Permalink
add veda-ingest-ui similar to programmatic-client
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenkilbourn committed Dec 18, 2024
1 parent ff15bc0 commit f80cde1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,15 @@
value=client.user_pool_client_id,
)

# Veda Ingest UI Client
client = stack.add_programmatic_client("veda-ingest-ui")
CfnOutput(
stack,
"client_id",
export_name=f"{app_settings.app_name}-{app_settings.stage}-client-id",
value=client.user_pool_client_id,
)

# Frontend Clients
# stack.add_frontend_client('veda-dashboard')

Expand Down

0 comments on commit f80cde1

Please sign in to comment.