AWS CDK cyclic reference for rest_api-lambda-rds stack – Amazon Web Sevices
My setup looks like this: *Main Stack* RestApi VPC (2 subnets, one public, one private_isolated) DBStack LambdaStack *DBStack* ServerlessCluster (in private_isolated VPC subnet) *LambdaStack* LayerVersion lambda.Function (in private_isolated VPC subnet) The LambdaStack also (after creating the function) registers a new…