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

16 lines (15 loc) 494 B
{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "/interface/OutputVariables/1", "type": "array", "title": "OutputVariables", "description": " A variable is a key-value pair that contains information that you can reference in your CodeCatalyst workflow. When configured the action will export the variables set.", "items": { "type": "string", "pattern": "^[A-Za-z0-9@\\-_]+$", "minLength": 1, "maxLength": 255 }, "minItems": 0, "maxItems": 256 }