无服务器框架中支持的区域
Supported Regions in Serverless Framework
我在 ap-northeast-2
地区与 Serverless
和 AWS Lambda
一起服务我的 Next.js
。
我的服务运行良好,但是当我部署它时,我总是会看到下面的警告消息
Warned - Region "ap-northeast-2" not in list of permitted regions: ["us-east-1","us-east-2","us-west-2","eu-west-1","eu-west-2","ap-northeast-1","ap-southeast-1","ap-southeast-2","eu-central-1"]
我知道他们只支持上面列出的地区。
但是,我的服务现在可以在 ap-northeast-2
地区使用。
所以,我想知道它是什么意思,将来可能会出现什么问题。
您看到的警告是指 Serverless Framework Dashboard 支持的区域,这是一个免费的开发、监控和部署平台。
如果您想试用仪表板,则需要切换到其他区域,直到添加支持。
我在 ap-northeast-2
地区与 Serverless
和 AWS Lambda
一起服务我的 Next.js
。
我的服务运行良好,但是当我部署它时,我总是会看到下面的警告消息
Warned - Region "ap-northeast-2" not in list of permitted regions: ["us-east-1","us-east-2","us-west-2","eu-west-1","eu-west-2","ap-northeast-1","ap-southeast-1","ap-southeast-2","eu-central-1"]
我知道他们只支持上面列出的地区。
但是,我的服务现在可以在 ap-northeast-2
地区使用。
所以,我想知道它是什么意思,将来可能会出现什么问题。
您看到的警告是指 Serverless Framework Dashboard 支持的区域,这是一个免费的开发、监控和部署平台。 如果您想试用仪表板,则需要切换到其他区域,直到添加支持。