The GraphweaverApp CDK construct streamlines the deployment of your Graphweaver applications on AWS. This page outlines how to implement this construct using either ECS or Lambda.

Prerequisites

Installation

Install the GraphweaverApp construct from npm:

npm install @exogee/graphweaver-cdk

Basic Configuration

The GraphweaverApp construct expects a configuration object with the following properties:

Example with ECS

Let’s first look at the ECS configuration options.