Skip to content

voyagemobile/n8n-infra-cdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

n8n-infra-cdk

This is a CDK project to deploy n8n infrastructure on AWS.

Prerequisites

  • AWS CLI
  • AWS CDK
  • Node.js

How to deploy

  1. Clone this repository
  2. Install dependencies
npm install
  1. Bootstrap CDK
cd apps/infra
npx cdk bootstrap
  1. Setup N8N configuration in the apps/infra/lib/flow-stack.ts file TypeScript type inference will help you to understand the configuration structure. The types are defined in the apps/infra/types/n8n.ts file.

  2. Deploy the stack

cd apps/infra
npx cdk deploy

About

A CDK project to deploy N8N on EKS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published