Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed serverless deploy script #2838

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

amothic
Copy link

@amothic amothic commented Feb 1, 2024

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

> amazon-chime-sdk-js-serverless-demos@0.1.0 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 amothic requested a review from a team as a code owner February 1, 2024 08:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant