htc

Results 2 issues of htc

Bound the app with BTT with "-d -i" flags. After restoration I have to manually kill the daemon process in order for the app to work again, otherwise the app...

serverless.yml: ```yml provider: stage: ${opt:stage, 'dev'} ``` when run `sls deploy` without specifying `--stage` option, https://github.com/sdd/serverless-apig-s3/blob/master/lib/ServerlessAWSPlugin.js#L10 on this line `this.stage` will be set to `'${opt:stage, \'dev\'}'`, which causes: `An error...