Skip to content

Project Types

Container

Totem can create the infrastructure for a Docker based container application, deployed to an ECS Cluster.

Setup Example Container Project

Terminal window
npx projen new --from @meltmedia/projen-project-types totem-container-app

Static Site

Totem can create the infrastructure for a Next.js static site using CloudFront / S3

Dependencies

Since static sites often require custom built edge-lambdas, Totem has an additional requirement on the esbuild package. To ensure your static sites build properly, ensure you have this globally installed.

Terminal window
npm i -g esbuild

Setup Example Static Site Project

Terminal window
npx projen new --from @meltmedia/projen-project-types totem-nextjs-site