medikoo / serverless-plugin-vpc-eni-cleanup

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

Question: Does it work when you rename a lambda? #7

Open bdo opened 4 years ago

bdo commented 4 years ago

Hi Mariusz,

Great plugin, thanks for the nice job here! 💪

Is your plugin cleaning up old interfaces when renaming cloud functions (as opposed to removing them)?

Thanks,

Benoit

medikoo commented 4 years ago

@bdo Currently this plugin, removes interfaces only when we remove the stack.

As implementation for individual function removal/rename doesnt seem to be straightforward, it's unfortunately not covered