UNPKG

@codification/cutwater-build-aws

Version:
14 lines 554 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CloudFormationDeployTask = void 0; const AwsCliTask_1 = require("./AwsCliTask"); class CloudFormationDeployTask extends AwsCliTask_1.AwsCliTask { constructor() { super('cloudformation-deploy', 'cloudformation', 'deploy'); this.setParameters({ templateFile: './temp/aws/cloudformation/app.template.yaml', }); } } exports.CloudFormationDeployTask = CloudFormationDeployTask; //# sourceMappingURL=CloudFormationDeployTask.js.map