orbits

Cdk example

This is an example of how to use the AWS CDK with Orbits.
This example has the purpose to be simple ; if you want to use it in real life, you will have to custom it.

Scope

This example deploy a front stack (cloudfront+s3 bucket) and, after the deployment, dynamically add an object to the bucket.

Architecture

Installation

Requirements

See the requirements for Orbits installation

Customizing the app

Once this folder downloaded on your machine and the requirements installed, you can:

Launching the app

You can also use ts-node:

npx ts-node index.ts

With docker compose