Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.55 KB

README.md

File metadata and controls

44 lines (28 loc) · 1.55 KB

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