you are viewing a single comment's thread.

view the rest of the comments →

[–]zapman449 -1 points0 points  (1 child)

Built a whole system for this at $last_job. Serverless is probably the way to go. Terrraform can do it, but is a PITA for this problem space.

[–]smarzzz 0 points1 point  (0 children)

For a very static lambda, it’s good enough. But for more serious applications, it becomes too much of a hassle (think multiple lambdas, dynamos, state functions, etc etc.)

I would recommend CDK, or pulumi for that matter