generated from amazon-archives/__template_MIT-0
-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
Describe the bug
The connect-custom-bot CDK deployment fails due to a hard-coded Amazon Connect Instance ID within the contact flow definition file. This prevents successful deployment when providing a different instance ID via parameters.
To Reproduce
Steps to reproduce the behavior:
- Clone the repository
- Navigate to samples/connect-custom-bot
- Create a virtual environment: python3 -m venv .venv
- Activate the virtual environment: source .venv/bin/activate
- Install dependencies: pip install -r requirements.txt
- Deploy the CDK stack using your Connect instance ID: cdk deploy --parameters instanceId=<YOUR_INSTANCE_ID>
Expected behavior
The CDK deployment should complete successfully without errors, using the provided instance ID instead of a hard-coded value.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels