我试图使用Serverless对包进行简单部署。然而,当我尝试时,我得到了下面的错误,说我指定的桶不存在。
我已经在按服务提供服务的基础上尝试了这一点,似乎我的桶都不存在,但是我正在S3和cloudwatch中查找,而且所有的桶都在那里。
是否有可能让Serverless输出,它试图访问的桶?,我发现这个错误非常没有帮助,
Serverless Error ---------------------------------------
Could not locate deployment bucket. Error: The specified bucket does not ex
我读过这样的文档:
users/
serverless.yml # Contains 4 functions that do Users CRUD operations and the Users database
posts/
serverless.yml # Contains 4 functions that do Posts CRUD operations and the Posts database
comments/
serverless.yml # Contains 4 functions that do Comments CRUD operations and the