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

Fails silently if given directory path doesn't exist

Open kasvtv opened this issue 5 years ago • 1 comments

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.

kasvtv avatar Feb 06 '20 16:02 kasvtv

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.

jonathannen avatar Feb 06 '20 21:02 jonathannen