formatting

This commit is contained in:
ryanp 2015-08-21 16:34:45 -05:00
parent e5632ac1f0
commit dda099bc51

View File

@ -254,7 +254,7 @@ module.exports = function(JAWS) {
ParameterKey: 'aaDefaultDynamoRWThroughput',
ParameterValue: '1',
UsePreviousValue: false,
}
},
],
Tags: [
{
@ -262,6 +262,7 @@ module.exports = function(JAWS) {
Value: project.stages[0],
},
],
//Gotta be careful, TemplateBody has a limit of 51,200 bytes. If we hit limit use TemplateURL
TemplateBody: JSON.stringify(require(path.join(JAWS._meta.projectRootPath, 'jaws-cf.json'))),
};
@ -272,8 +273,8 @@ module.exports = function(JAWS) {
})
.then(function(cfData) {
//TODO: poll cfData.StackId
cf.describeStackResourceAsync({StackName: cfData.StackId, LogicalResourceId: 'LambdaRole'});
//cf.describeStackResourceAsync({StackName: cfData.StackId, LogicalResourceId: 'LambdaRole'});
var jawsJson = {
name: project.name,