79209296

Date: 2024-11-21 00:12:21
Score: 1
Natty:
Report link

I went the 2 Labda route, same as Sebastian. Both are created by AWS CDK with via python. One labmda inside the vpc, one without and giving the one within and Lambda VPC endpoint. ChatGPT is good at helping set that all up.

I also had CDK create a token and put it in a secret that both could access. That way you can also pass the token from one to another and validate it, all automated.

Avoid NAT Gateways if you can. They're a money pit.

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Soshmo