https://github.com/joeykilpatrick/cdk-amazon-connect-resources
Experimental AWS CDK constructs for Amazon Connect.
https://github.com/joeykilpatrick/cdk-amazon-connect-resources
amazon-connect aws aws-cdk aws-connect cdk cloudformation contact-center custom-resources telephony
Last synced: 5 months ago
JSON representation
Experimental AWS CDK constructs for Amazon Connect.
- Host: GitHub
- URL: https://github.com/joeykilpatrick/cdk-amazon-connect-resources
- Owner: joeykilpatrick
- License: mit
- Created: 2022-11-28T18:51:49.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-06T06:08:06.000Z (11 months ago)
- Last Synced: 2024-12-08T18:55:55.369Z (6 months ago)
- Topics: amazon-connect, aws, aws-cdk, aws-connect, cdk, cloudformation, contact-center, custom-resources, telephony
- Language: TypeScript
- Homepage:
- Size: 302 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Amazon Connect Resources for AWS CDK

[](https://www.npmjs.com/package/cdk-amazon-connect-resources)An AWS Cloud Development Kit (AWS CDK) construct library that provides custom resources for Amazon Connect where CloudFormation support is currently not available.
An example project can be found [here](https://github.com/joeykilpatrick/cdk-amazon-connect).
## Installing
```shell
npm i cdk-amazon-connect-resources
```## Constructs
Level 1 Constructs:
- `ConnectAgentStatus`
- `ConnectExistingInstance`
- `ConnectExistingPhoneNumber`
- `ConnectExistingPrompt`
- `ConnectExistingTrafficDistributionGroup`
- `ConnectPhoneNumberContactFlowAssociation`Level 2 constructs:
- `ConnectFlowPhoneNumber`
- `ConnectLambdaFunction`Deprecated constructs:
- `ConnectLambdaFunctionAssociation` (Use `AWS::Connect::IntegrationAssociation`, added Feb. 2023)
- `ConnectLexBotAssociation` (Use `AWS::Connect::IntegrationAssociation`, added Feb. 2023)
- `ConnectQueue` (Use `AWS::Connect::Queue`, added July 2023)
- `ConnectRoutingProfile` (Use `AWS::Connect::RoutingProfile`, added July 2023)
- `ConnectSecurityProfile` (Use `AWS::Connect::SecurityProfile`, added Sep. 2023)