Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/threadheap/aws-sam-json-schema

Json Schema for AWS SAM template configuration
https://github.com/threadheap/aws-sam-json-schema

aws aws-lambda aws-sam json-schema schema

Last synced: about 1 month ago
JSON representation

Json Schema for AWS SAM template configuration

Awesome Lists containing this project

README

        

# aws-sam-json-schema

## Json schema for AWS SAM template configuration

Based on [awslabs/goformation](https://raw.githubusercontent.com/awslabs/goformation/master/schema/sam.schema.json)
and adds support of globals configuration

## How to

```sh
yarn
```

To generate schema:

```sh
yarn build && node out/index.js
```