Closed brianhuangyl closed 7 years ago
Hi @maciejtreder , it would be nice if you can also bump the version and publish to npm registery. Thank you. 👍
Hello @brianhuangyl
You are definetely right :)
Thank you for this fix!
Could you verify if the latest version pushed to the NPM works as expected?
Hi @maciejtreder , I just tested the latest version, looks good 👍
Great. Thank you for your effort!
Behavior: When
stage
is set as a variable like${opt:stage, 'dev'}
inserverless.yml
and--stage
isn't pass in as options, it would cause this issue #31Cause: Variable references in the serverless instance are not resolved before a Plugin's constructor is called, so if you need these, make sure to wait to access those from your hooks.
(See https://serverless.com/framework/docs/providers/aws/guide/plugins#serverless-instance)