sls deploy --verbose
Я сталкиваюсь с такой проблемой, как
Serverless: Split stack started…
Serverless: Uploading CloudFormation file to S3…logStack.json
Serverless: Uploading CloudFormation file to S3…apiStack.json
Serverless: Uploading CloudFormation file to S3…permissionStack.json
Serverless: Uploading CloudFormation file to S3…
Serverless: Uploading artifacts…
Serverless: Uploading service .zip file to S3 (20.81 MB)…
Serverless: Validating template…
Serverless: Uploading CloudFormation file to S3…
Serverless: Uploading artifacts…
Serverless: Uploading service .zip file to S3 (20.81 MB)…
Serverless: Validating template…
The CloudFormation template is invalid: S3 error: Unable to get the object https://s3.amazonaws.com/folderName.../compiled-cloudformation-template.json
For debugging logs, run again after setting the “SLS_DEBUG=*” environment variable.
Your Environment Information -----------------------------
OS: linux
Node Version: 8.9.4
Serverless Version: 1.27.3
Одна вещь привлекла мое внимание, от сообщения журнала до сообщения об ошибке, compiled-cloudformation-template.json должен находиться в URL-адресе, начиная с s3.us-west-2.amazonaws, а не s3.amazonaws
Это проблема, которая приводит к ошибке s3. Если так, как я мог это исправить? Если нет, то в чем реальная проблема (это не первый раз, когда я развертывался, и у меня было несколько успешных опытов раньше).
Ценим на помощь любого рода.