UNPKG

@amazon-codecatalyst/blueprints.sam-serverless-application

Version:

This blueprint creates a project that leverages a serverless application model (SAM) to quickly create and deploy an API. You can choose Java, TypeScript, or Python as the programming language

28 lines (27 loc) 581 B
{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "/triggers/Push/1", "type": "object", "title": "Push Trigger", "description": "A code push trigger causes a workflow run to start whenever a commit is pushed.", "properties": { "Type": { "type": "string", "const": "PUSH" }, "Branches": { "type": "array", "items": { "type": "string" } }, "FilesChanged": { "type": "array", "items": { "type": "string" } } }, "required": ["Type"], "additionalProperties": false }