Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/threadheap/aws-sam-json-schema
- Owner: threadheap
- License: apache-2.0
- Created: 2019-01-05T00:37:41.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-05T06:47:42.000Z (about 6 years ago)
- Last Synced: 2024-12-11T06:35:56.141Z (about 2 months ago)
- Topics: aws, aws-lambda, aws-sam, json-schema, schema
- Language: TypeScript
- Size: 194 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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
```