anantab / serverless-plugin-ifelse

A Serverless Plugin to write If Else conditions in serverless YAML file
69 stars 19 forks source link

feat: add before:offline:start lifecycle event #18

Closed YOU54F closed 3 years ago

YOU54F commented 3 years ago

Hey @anantab, this change will allow for the plugin to register in v6+ of serverless-offline when started with the command serverless offline, currently it will only work with serverless offline start.

Thank you for the plugin, it's fab!

I have published a version with this change in under @you54f/serverless-plugin-ifelse that you can test.

Thanks,

Saf