amazon-chime-sdk-js icon indicating copy to clipboard operation
amazon-chime-sdk-js copied to clipboard

Fixed serverless deploy script

Open amothic opened this issue 1 year ago • 0 comments

Fixed problem of referencing wrong variables

npm run deploy -- -r ap-northeast-1 --chime-sdk-media-pipelines-region us-east-1 -b chime-demo-bucket -s chime-demo-stack -a meeting

> [email protected] deploy
> node ./deploy.js -r ap-northeast-1 --chime-sdk-media-pipelines-region us-east-1 -b chime-demo-bucket -s chime-demo-stack -a meeting

Amazon Chime SDK Media Pipelines does not support ap-northeast-1 (control region). Specify one of the following regions: ap-southeast-1, eu-central-1, us-east-1, us-west-2.
See https://docs.aws.amazon.com/chime-sdk/latest/dg/sdk-available-regions.html#sdk-media-pipelines for more information.

amothic avatar Feb 01 '24 08:02 amothic