Skip to content

JSON Schema Collections and type for serverless framework.

License

Notifications You must be signed in to change notification settings

distinction-dev/serverless-schema

Repository files navigation

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