serverless-nested-stack icon indicating copy to clipboard operation
serverless-nested-stack copied to clipboard

Serverless nested stack

Results 12 serverless-nested-stack issues
Sort by recently updated
recently updated
newest added

added callback function parameter when calling fs.writeFile in order to address issue #9

I have installed the ServerlessNestedPlugin and while deploying, I am getting the below error. > TypeError: Cannot read property '0' of undefined > at ServerlessNestedPlugin.addPermissionParameters (/opt/atlassian/pipelines/agent/build/node_modules/serverless-nested-stack/index.js:229:84) > at ServerlessNestedPlugin.splitStack (/opt/atlassian/pipelines/agent/build/node_modules/serverless-nested-stack/index.js:78:14)...

when it goes to:Uploading CloudFormation file to S3...logStack.json this error appeared, and the console prints "Callback must be a function", what happened? Can any one do me a favor please?

... Serverless: Invoke aws:common:validate Serverless: Invoke aws:common:cleanupTempDir Serverless: Packaging service... Serverless: Excluding development dependencies... Serverless: Invoke aws:package:finalize Serverless: Invoke aws:common:moveArtifactsToPackage Serverless: Invoke aws:common:validate Serverless: Invoke aws:deploy:deploy Serverless: Invoke nestedPlugin:data Serverless:...

Having integrated the plugin, I now get a 60 cap instead of 200 cap before: `The CloudFormation template is invalid: Template format error: Number of resources, 214, is greater than...

I was trying to use the serverless monitoring tools and ran sls to connect it to my serverless account. After that whenever I try to deploy, I get this message...

The nested stack is not working if we have resource from LogStack used in ApiStack with DependsOn but it is resolving if we have "Ref". In my case i have...

Hi, I try to use the plugin with one of my services and I got this error: An error occurred while provisioning your stack: ApiStack - Embedded stack ... was...

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...

A CREATE_FAILED error occurs on PermissionStack with the following message: `An error occurred: PermissionStack - Template format error: Unresolved resource dependencies [MqttDisconnectIotTopicRule1] in the Resources block of the template. `...