我已经用 key 和 secret 配置了无服务器。
当我尝试运行无服务器部署时,它说:
ServerlessError: AWS provider credentials not found. Learn how to set up AWS provider credentials in our docs here:.
请帮我做什么
最佳答案
您可以使用 serverless config credentials
命令和 --provider aws
以及使用 --key
和 --secret
分别设置您的无服务器凭证来设置您的 AWS 访问 key ID 和 secret 访问 key ID。
有关 Serverless 的详细信息,请参阅 the Serverless AWS - Config Credentials documentation,如果您需要弄清楚您的凭据是什么,请参阅 this AWS document on security credentials。
关于amazon-web-services - AWS Lambda 无服务器部署要求提供 AWS 提供商凭证,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/46128469/