medikoo / serverless-plugin-vpc-eni-cleanup

Cleanup of VPC network interfaces on stage removal
MIT License
20 stars 9 forks source link

Support Serverless Framework >= 2.0.0 #6

Closed joker-8989 closed 4 years ago

joker-8989 commented 4 years ago

With the release of serverless version 2, this plugin now raises the following warning.

warning " > serverless-plugin-vpc-eni-cleanup@1.0.0" has incorrect peer dependency "serverless@1".

This plugin should update this dependency if there are no significant issues with Serverless 2 usage. Currently this plugin works with version 2 of my environment.

medikoo commented 4 years ago

@joker-8989 great thanks for pointing. Released v1.0.1 which declares support for v2