aditmalik-synechron / serverless-nested-stack

Serverless nested stack
43 stars 10 forks source link

Deploy fails with: error accessing a file on deployment S3 bucket #8

Open josersleal opened 6 years ago

josersleal commented 6 years ago

I am getting this: An error occurred: LogStack - S3 error: Unable to get the object https://s3.eu-west-1.amazonaws.com/serverlessdeploymentbucket-zeb21wtpvrqg/serverless/{path}/1536918794738-2018-09-14T09:53:14.738Z/logStack.json.

The entire content of the bucket and bucket did not exist previous to running 'sls deploy' and it is created correctly

Here is a more extended part of the output:

Serverless: Invoke aws:deploy:deploy Serverless: Creating Stack... Serverless: Checking Stack create progress... ..... Serverless: Stack create finished... Serverless: Invoke nestedPlugin:data Serverless: Split stack started...... Serverless: Uploading CloudFormation file to S3...logStack.json Serverless: WARNING: Inappropriate call of provider.request() Serverless: Uploading CloudFormation file to S3...apiStack.json Serverless: WARNING: Inappropriate call of provider.request() Serverless: Uploading CloudFormation file to S3...permissionStack.json Serverless: WARNING: Inappropriate call of provider.request() https://s3.eu-west-1.amazonaws.com/serverlessdeploymentbucket-zeb21wtpvrqg/serverless/{path}/1536918794738-2018-09-14T09:53:14.738Z/apiStack.json https://s3.eu-west-1.amazonaws.com/serverlessdeploymentbucket-zeb21wtpvrqg/serverless/{path}/1536918794738-2018-09-14T09:53:14.738Z/logStack.json https://s3.eu-west-1.amazonaws.com/serverlessdeploymentbucket-zeb21wtpvrqg/serverless/{path}/1536918794738-2018-09-14T09:53:14.738Z/permissionStack.json Serverless: Uploading CloudFormation file to S3... Serverless: Uploading artifacts... Serverless: Uploading service .zip file to S3 (2.11 MB)... Serverless: Validating template... Serverless: Updating Stack... Serverless: Checking Stack update progress... ... Serverless: Operation failed!

Serverless Error --------------------------------------

An error occurred: LogStack - S3 error: Unable to get the object https://s3.eu-west-1.amazonaws.com/serverlessdeploymentbucket-zeb21wtpvrqg/serverless/{path}/1536918794738-2018-09-14T09:53:14.738Z/logStack.json.

yashutanna commented 5 years ago

Hi

have you resolved this issue? I am running into the exact same thing.

If you have resolved this, how did you go about in doing so?