I has two Lambda functions, Function A access private subnet database so set in private VPC. Function B with no VPC setting, because it needs public network. Is there a way that can invoke function B by function A? Function A and B are synchronized.
Or if both function can be synchronized, is there any design that can solve this question? Such as function A publish event to SNS, function B subcribe SNS?