serverless-stack-output
serverless-stack-output copied to clipboard
Fails silently if given directory path doesn't exist
When using a serverless.yml like:
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 given folder that doesn't exist to be created, so we don't need to have a .gitkeep file in our repo.
I believe this repo has been abandoned (last commit was in 2017). There is a fork at @anttiviljami/serverless-stack-output that you might want to look at.