serverless-cloudside-plugin icon indicating copy to clipboard operation
serverless-cloudside-plugin copied to clipboard

Added support for `Fn::ImportValue`

Open nlang opened this issue 6 years ago • 0 comments

I needed to reference a resource that is exported by another stack, so I added that functionality. It uses CloudFormations listExports function to substitute exported values from other stacks. I also updated the README.

E.g.

    ...
    environment:
      FOO_ENV_VAR:
        'Fn::ImportValue': ExportNameFromAnotherStack

Merging and publishing a new version would be highly appreciated. Please let me know if I can change or clarify things.

nlang avatar Feb 20 '20 20:02 nlang