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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aws-cdk v1.135.0 breaking changes

adancso opened this issue · comments

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

  • apigatewayv2-integrations: LambdaProxyIntegration and LambdaProxyIntegrationProps are now renamed to HttpLambdaIntegration and HttpLambdaIntegrationProps respectively. The new class accepts the lambda function handler directly in its constructor.