Export Workflow as Container or Lambda

The idea is:

N8N is a great way to build workflows but can be complicated to scale. If an event driven workflow could be “published” as an AWS Lambda function it would allow us to really scale up to enterprise level reliability and execution volume.

My use case:

Any workflow that starts and ends with an event (such as a webhook) could conceptually be run in a standalone container, either in Docker or Lambda. A self hosted N8N instance has a tough time running hundreds of workflows simultaneously. Lambda has nearly zero scaling limits.

I think it would be beneficial to add this because:

Leverage N8N as a rapid development tool for high volume applications.

Any resources to support this?

Lambda is pretty well documented :slight_smile:

Are you willing to work on this?

Nobody wants that :slight_smile: