Comparing version 0.1.1 to 0.1.2
@@ -47,2 +47,7 @@ const winston = require('winston'); | ||
//Inject tags (if any) | ||
if (serviceParams.tags) { | ||
handlebarsParams.tags = serviceParams.tags; | ||
} | ||
return handlebarsUtils.compileTemplate(`${__dirname}/lambda-template.yml`, handlebarsParams) | ||
@@ -49,0 +54,0 @@ } |
{ | ||
"name": "handel", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Simple orchestration of your AWS deployments", | ||
@@ -5,0 +5,0 @@ "main": "lib/handel.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
675241
10786