You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The fist subscription (MyAPIGatewaySubscriptionFilter is created successfully).
For the second one, on the execution log (MyAPIGatewayExecutionLogSubscriptionFilter), the error I am getting is this: Embedded stack arn:aws:cloudformation:us-west-2:123456789012:stack/mystackname-mystagename-LogGroupNestedStack-RFNWRESNSMPO/87d10e90-01eb-11ec-9666-0a842ba78b03 was not successfully created: The following resource(s) failed to create: [MyAPIGatewayExecutionLogSubscriptionFilter].
I am trying to figure out how to set a dependency upon the creation of the execution log.
If I remove the MyAPIGatewayExecutionLogSubscriptionFilter resource from the YAML, the execution log is successfully created. - but the subscription is obviously not created.
I'm using "serverless-plugin-split-stacks": "1.9.3", in package.json and have it specified in the plugins: section in serverless.yml.
Firstly, in serverless.yml, my setting are set as follows:
splitStacks: # explicitly disable perXXX features. use stacks-map.js for custom.perFunction: falseperType: falseperGroupFunction: false
In the stacks configuration (stacks-map.js), I've tried this:
I am having trouble resolving a dependency during a serverless deploy that has nested stacks.
The issue is with a subscription filter:
The fist subscription (
MyAPIGatewaySubscriptionFilter
is created successfully).For the second one, on the execution log (
MyAPIGatewayExecutionLogSubscriptionFilter
), the error I am getting is this:Embedded stack arn:aws:cloudformation:us-west-2:123456789012:stack/mystackname-mystagename-LogGroupNestedStack-RFNWRESNSMPO/87d10e90-01eb-11ec-9666-0a842ba78b03 was not successfully created: The following resource(s) failed to create: [MyAPIGatewayExecutionLogSubscriptionFilter].
I am trying to figure out how to set a dependency upon the creation of the execution log.
If I remove the
MyAPIGatewayExecutionLogSubscriptionFilter
resource from the YAML, the execution log is successfully created. - but the subscription is obviously not created.I'm using "serverless-plugin-split-stacks": "1.9.3", in package.json and have it specified in the plugins: section in
serverless.yml
.Firstly, in
serverless.yml
, my setting are set as follows:In the stacks configuration (stacks-map.js), I've tried this:
The text was updated successfully, but these errors were encountered: