Skip to content

Deprecated Amazon Chime SDK API on the "chime" endpoint #433

@tibor-szalai

Description

@tibor-szalai

Describe the bug

The televisit-demo backend app uses a deprecated API endpoint, which makes to fail the CFN stack deployment.

To Reproduce

Steps to reproduce the behavior:
Run deployment script form amazon-chime-sdk/apps/televisit-demo/backend
The chime-sdk-televisit-backend CFN stack creating will fail with the error message:

CloudFormation did not receive a response from your Custom Resource.

The custom resource should invoke the ChimeAppInstanceLambda Function. However the Lambda function fails with the following error:

Account Id xxxx is not authorized to call deprecated Amazon Chime SDK API on the "chime" endpoint, use one of the "-chime" endpoints instead.

Expected behavior

The code should use the appropriate API endpoint, as described in:
https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_voice-chime_AssociatePhoneNumbersWithVoiceConnector.html

Additional context

The same exact bug has been fixed in cdklabs/cdk-amazon-chime-resources#501

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions