How to deploy lambda functions per environment?

Curious, what is the recommended way to use qovery to deploy lambda functions along with my environment deployments?

I guess I could trigger a lifecycle job, but curious if anyone had an examples or there’s a better way?

Hi @myinitialsaretk, good catch - it’s indeed the Lifecycle Job you must use to deploy lambda functions within your environment. You can look at this example, where we use the serverless framework.

If you use Cloudformation or Terraform I can provide you another example or explain how to do it here.