We have a cdktf folder in each project that take care of the lambda deployment. We use github action to actually run the code at each PR (so we have a separate env for each PR).
We are moving to pulumi instead of cdktf due to performances.
Sometimes devs deploy things manually, but it's fine as far as it's in the PR env.
a
Andre Marcelo-Tanner
04/16/2023, 6:16 AM
whats wrong with just the
serverless framework
? We use that + a GitHub Actions pipeline to deploy to Production