Open AshinTop opened 5 years ago
I deploy it in us-east-1
Serverless-Goat
is just a regular AWS SAM application.
You can deploy it to your account using aws-sam-cli
npm install --prefix ./src/api/convert
sam package --output-template packaged.yaml --s3-bucket BUKETNAME
sam deploy --template-file packaged.yaml --region cn-north-1 --capabilities CAPABILITY_IAM --stack-name serverless-goat
AWS Serverless Application Repository is not applicable in cn-north-1 region. How can I deploy the application?????