aws-solutions / virtual-waiting-room-on-aws

Virtual Waiting Room on AWS solution helps absorb and control incoming user requests to your website during an unusually large burst of traffic, usually due to a large-scale event.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Core API stack fails to delete cleanly

morjoan opened this issue · comments

Seems like the IAM policy that allows the Lambda to delete its network interfaces is getting deleted before it's had a chance to clean up after itself. When network interfaces are not deleted, subnets and VPC also fail to delete.

WaitingRoomVPC now depends on VPC Lambda policy and this seems to do the trick.