Project Types
Container
Totem can create the infrastructure for a Docker based container application, deployed to an ECS Cluster.
Setup Example Container Project
npx projen new --from @meltmedia/projen-project-types totem-container-appStatic 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.
npm i -g esbuildSetup Example Static Site Project
npx projen new --from @meltmedia/projen-project-types totem-nextjs-site