serverless-plugin-additional-stacks icon indicating copy to clipboard operation
serverless-plugin-additional-stacks copied to clipboard

The cfnRole role defined in serverless.yml should be used with additional stacks

Open brettflorio opened this issue 6 years ago • 1 comments

This plugin doesn't use the cfnRole as specified in the serverless.yml. The expected behavior would be for it to deploy with the cfnRole defined in the provider section of the yaml file.

I've taken a look but am not familiar enough with the internals of the Serverless Framework (or plugin architecture) to figure this out and submit a pull request, unfortunately.

brettflorio avatar Aug 20 '19 21:08 brettflorio

@brettflorio I forked this project to fix this a long time ago but never submitted a PR, if you want to take a look https://github.com/antogyn/serverless-plugin-additional-stacks/commit/c0d2d265acf64d1c21fb046e4d65da823964e65a

antogyn avatar Sep 09 '19 13:09 antogyn