You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I create a stack that uses the VpcConfig (hard coded due to #22) and then go to delete the stack the resulting ENI that is created to enable the VpcConfig isn't deleted so when I go to delete the database and it's security group, the security group cannot be deleted due to the lingering lambda function's ENI.
As a user, when I delete a AWS::Serverless::Function with a VpcConfig specified the ENI should be deleted as well.