diff --git a/index.js b/index.js index 5271044..a386c8e 100644 --- a/index.js +++ b/index.js @@ -7,13 +7,6 @@ class ServerlessApiGWSqsPlugin { this.serverless = serverless; this.options = options; this.apiEndpointUrl = ""; - this.commands = { - deploy: { - lifecycleEvents: [ - 'resources' - ] - }, - }; this.hooks = { 'before:deploy:deploy': this.beforeDeployResources.bind(this),