sbstjn / serverless-sqs-alarms-plugin

Serverless wrapper to setup CloudWatch Alarms for SQS
https://www.npmjs.com/package/serverless-sqs-alarms-plugin
MIT License
36 stars 22 forks source link

Change deploy:compileEvents to package:compileEvents #8

Closed yashafromrussia closed 7 years ago

yashafromrussia commented 7 years ago

Event deploy:compileEvents is deprecated in favor of package:compileEvents. Therefore, this plugin does not work on serverless@1.22.0 and up. For some reason only when using node@8 though.

sbstjn commented 7 years ago

Thanks for the PR! 👍

sbstjn commented 7 years ago

Will be included in the v0.1.5 release.