Philipp Muens ac6e04068f Fix hitting CloudFormation TemplateBody limit
The CloudFormation template will now be uploaded to S3 and referenced from there
in the updateStack method.
2016-08-18 12:09:44 +02:00

10 lines
241 B
JavaScript

'use strict';
require('./createStack');
require('./mergeCustomProviderResources');
require('./uploadCloudFormationTemplate');
require('./uploadDeploymentPackage');
require('./deployFunctions');
require('./updateStack');
require('./index');