CDK Constructs for AWS

Hi all, I wanted to share that I reworked the old CDK standup for temporal to latest version 1.28, 2.38.0, (web ui dual stack loadbalancing).. Also note, I used single stack (frontend, worker,matching,history) + a WebUI accessible… Postgres 15.3 + Mysql8 support (had some ring pop errors, but those are gone if you stand it up that way, due to namespace commands)

Still maintains its original design, (sometimes you may have to go manually create the temporal_visibility database when the cdk stack comes up because lambda doesn’t like to pool its connections to rds appropriately… (can use server less option or standard class aurora)..

https://github.com/m1rl0k/temporal-cdk here is my repo,

and here was the original design reference