@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) • 370 B
JSON
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "/interface/DependsOn/1",
"title": "DependsOn",
"description": "Refers to the actions or action groups this action depends on.",
"type": "array",
"items": {
"type": "string",
"pattern": "^[A-Za-z0-9-_]+$",
"minLength": 1,
"maxLength": 60
},
"minItems": 0,
"maxItems": 50
}