This message was deleted.
# platform-blueprints
s
This message was deleted.
e
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
whats wrong with just the
serverless framework
? We use that + a GitHub Actions pipeline to deploy to Production