Skip to content

Drassil/cdk-fargate-n8n

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • TypeScript 94.7%
  • JavaScript 5.3%