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 2 months 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-05T06:47:42.000Z (over 6 years ago)
- Last Synced: 2025-03-29T04:01:55.158Z (about 2 months ago)
- Topics: aws, aws-lambda, aws-sam, json-schema, schema
- Language: TypeScript
- Size: 194 KB
- Stars: 0
- Watchers: 2
- 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
```