netroy / cdk-fargate-n8n

Serverless n8n on AWS Fargate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Serverless n8n on AWS Fargate

Deploy n8n on AWS fargate

This project builds a Cloudformation Stack using AWS CDK to run an instance of n8n.

The database is provisioned on RDS, and the service containers run on Fargate

To deploy this stack, make you sure you have node and yarn installed, and then then run

  • yarn to install all the dependencies
  • yarn cdk deploy to create the stack

Once the deployment is done, you can either go to the public ip assigned to the launched container, or look in the logs for the tunnel URL.

To tear down the stack, simply run yarn cdk destroy

About

Serverless n8n on AWS Fargate


Languages

Language:TypeScript 94.7%Language:JavaScript 5.3%