cdk-alps-graph-ql
v0.0.9
Published
[](https://badge.fury.io/js/cdk-alps-graph-ql) [](https://badge.fury.io/py/cdk-alps-graph-ql) [;
const stack = new cdk.Stack(app, 'alps-graph-ql-stack', { env });
new AlpsGraphQL(stack, 'AlpsGraphQL', {
name: 'demo',
alpsSpecFile: 'src/todo-alps.yaml',
});CDK stack commands
Diff
npx cdk --app lib/integ.default.js --profile <profile> diffDeploy
npx cdk --app lib/integ.default.js --profile <profile> deployDestroy
npx cdk --app lib/integ.default.js --profile <profile> destroyLimitations / Issues / TODOS
- only ALPS YAML files are supported. ALPS JSON files will be added
