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
yarnto install all the dependenciesyarn cdk deployto 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