Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 551 Bytes

README.md

File metadata and controls

28 lines (24 loc) · 551 Bytes

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