Skip to content
This repository has been archived by the owner on Feb 8, 2023. It is now read-only.

A template project for creating new Serverless projects in TypeScript

Notifications You must be signed in to change notification settings

Blissfully/serverless-typescript-template

Repository files navigation

Serverless TypeScript Template

This is a template for a Serverless project using TypeScript. To get just TypeScript the dependencies, run these commands:

yarn add --exact --dev \
  @types/aws-lambda \
  @types/jest \
  @types/lodash \
  @types/node \
  @types/uuid \
  jest \
  prettier \
  ts-jest \
  ts-node \
  tslint \
  tslint-config-prettier \
  tslint-config-standard \
  typescript

About

A template project for creating new Serverless projects in TypeScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published