Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 542 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 542 Bytes

Amazon Connect quick connect API's demo

This demo shows how you can leverage Amazon Connect api's to manage quick connects under your instance.

Usage

Use sam to build, invoke and deploy the function.

SAM Build:

Ensure you are in the root folder

sam build --use-container

SAM Deploy:

sam deploy template.yaml --s3-bucket REPLACE_ME --stack-name REPLACE_ME --parameter-overrides ParameterKey=CFS3BucketForWebSite,ParameterValue=REPLACE_ME --capabilities CAPABILITY_IAM