serverless-plugin-additional-stacks
serverless-plugin-additional-stacks copied to clipboard
Additional Stacks Plugin for Serverless 1.x
## Issue: When deploying with additional stacks, I see the following lines: ``` Serverless: Deploying additional stacks... Serverless: WARNING: Inappropriate call of provider.request() Serverless: WARNING: Inappropriate call of provider.request() Serverless:...
I am trying to update a dynamodb table (index, and/or keys). Is this possible with this library? Do I have to remove the entire stack before doing so?
The CloudFormation template is invalid: Template format error: Unresolved resource dependencies [SampleStore, UserDynamoDbTable, SessionDynamoDbTable] in the Resources block of the template When I move the resource definitions to the additionalStacks...
Hey this is just to note this would be really useful if it supported deploying the additional stack to a different AWS region than the main stack. I've had a...