jetbridge / typescript-cdk-template

TypeScript / Serverless / CDK application template

Home Page:https://jetkit.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

TypeScript / Serverless / CDK application template

https://jetkit.dev


Languages

Language:TypeScript 67.7%Language:JavaScript 31.5%Language:Shell 0.8%