amazon-connect / amazon-connect-message-streaming-examples

This repository contains an example project on how to get started with Amazon Connect Chat Message Streaming APIs to enable SMS and Facebook messenger channels for customer service.
MIT No Attribution
23 stars 39 forks source link

aws-cdk v1.135.0 breaking changes #14

Closed adancso closed 2 years ago

adancso commented 2 years ago

The changes published to AWS CDK v1.135.0 are stopping the project from compiling. The reason is that the aws cdk dependencies in this project were specified as "^.1.121.0". Dependencies could be fixed by restricting the dependencies to "1.121.0" or the changes to the APIs affected need to be implemented:

https://github.com/aws/aws-cdk/releases/tag/v1.135.0