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

Serverless plugin to process AWS CloudFormation Stack Output

Results 23 serverless-stack-output issues
Sort by recently updated
recently updated
newest added

add hooks for `sls info` command run plugin on `serverless info` command

In serverless version above 1.27.3 one can set a custom stackName. ``` provider: stackName: my-custom-name ``` In main serverless they are using this getStackName from this code to fetch the...

Serverless Error --------------------------------------- Serverless plugin "serverless-stack-output" not found. Make sure it's installed and listed in the "plugins" section of your serverless config file. output from > sls plugin list `serverless-stack-output...

I've been using this and it works great, thanks. I'm curious if it's possible to generate the file output in multiple places? (One for react and one for node.)

When using a serverless.yml like: ```yaml plugins: - serverless-stack-output custom: output: file: .serverless-outputs/stackOutput.json ``` Then if the given directory `.serverless-outputs` does not exists, it fails silently. I would expect any...

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.10 to 4.5.3. Changelog *Sourced from [handlebars's changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md).* > ## v4.5.3 - November 18th, 2019 > Bugfixes: > > - fix: add "no-prototype-builtins" eslint-rule and fix all...

dependencies

Hi, thanks for your work on this plugin This PR makes use of serverless's api for a custom stack name, which was [implemented back in v1.28 or so.](https://github.com/serverless/serverless/pull/4951) Let me...

Output was not saved to file when serverelss node process finished before writing the file. This could happen when there was no changes in the stack ```Service files not changed....

Does not output the file with the latest Serverless version (1.35.1)