@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) • 500 B
JSON
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "/interface/InputArtifacts/1",
"title": "InputArtifacts",
"description": "An artifact is the output of a workflow action, and typically consists of a folder or archive of files. This configures a previously created artifact to be used as part of this action",
"type": "array",
"items": {
"type": "string",
"pattern": "^[A-Za-z0-9_]+$",
"minLength": 1,
"maxLength": 100
},
"minItems": 0,
"maxItems": 5
}