Skip to content

jetbridge/typescript-cdk-template

Repository files navigation

Tests Open in Visual Studio Code

Serverless TypeScript Template

Want to develop serverless applications with TypeScript on AWS? This is the project template for you.

Features

Quickstart

Peruse the @jetkit/cdk README and documentation. There is a blog article overview.

  1. Use this template to start a new repo.

  2. Install dependencies:

    npm i -g aws-cdk@latest npm@latest
    npm i
  3. Deploy backend and infrastructure:

    npm run deploy:infra
  4. Run local dev server:

    More info.

    • Install aws-sam-cli-beta-cdk

      • macOS: brew install aws-sam-cli-beta-cdk
    • Run dev server and watch for changes:

    • npm start