Implemented this into a CFN (basically trying to create a VPC, and attach it to a TGW and add a route to the TGW in the main route table) and it got hung on the lambdatrigger creation.
I browsed to the lambda console before deleting the stack and it said "Lambda can't find the file Routetable.py. Make sure that your handler upholds the format: file-name.method."
I read there was a trick to creating the zip file but wasn't fruitful in my efforts (if that was indeed the issue).
Implemented this into a CFN (basically trying to create a VPC, and attach it to a TGW and add a route to the TGW in the main route table) and it got hung on the lambdatrigger creation.
I browsed to the lambda console before deleting the stack and it said "Lambda can't find the file Routetable.py. Make sure that your handler upholds the format: file-name.method."
I read there was a trick to creating the zip file but wasn't fruitful in my efforts (if that was indeed the issue).