serverless-schema

Types collection for serverless framework configuration


Keywords
serverless, serverless-framework, json-schema-to-typescript, typescript
License
MIT
Install
npm install serverless-schema@1.27.0

Documentation

Serverless TS Utils

Repository containing typescript definitions for Serverless Configuration and Aws Cloudformation resources. and also a collection of utility classes

Install

npm install @distinction-dev/serverless-schema

or

yarn add @distinction-dev/serverless-schema

Serverless Schema

This repository uses serverless schema reference as a git submodule since the reference is maintained there, so when you clone this repo, you'll find that the serverless-reference folder is empty, so you'll have to manually pull it like so.

git submodule update --init --recursive

Usage

import { util1, util2 } from '@distinction-dev/serverless-schema';

Docs