@flowaccount/nx-aws-cdk
Version:
aws-cdk executors and generators for nx workspace
16 lines (15 loc) • 477 B
JSON
{
"$schema": "http://json-schema.org/schema",
"executors": {
"synth": {
"implementation": "./src/builders/synth/synth.executor",
"schema": "./src/builders/synth/schema.json",
"description": "Synthesizes and prints the CloudFormation template for this stack"
},
"deploy": {
"implementation": "./src/builders/deploy/deploy.executor",
"schema": "./src/builders/deploy/schema.json",
"description": "Deploy the stack"
}
}
}