Skip to content

Commit 33ff51a

Browse files
author
Mario Tosso
authoredDec 17, 2019
Merge pull request #79 from Testlio/release/3.5.0
3.5.0
2 parents fb3bb2f + df8e221 commit 33ff51a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ All scripts may make use of a `.lambda-tools-rc.json` file in the root of the pr
2424
"name": "Project Name"
2525
},
2626
"lambda": {
27-
"runtime": "nodejs12.10"
27+
"runtime": "nodejs12.x"
2828
},
2929
"aws": {
3030
"region": "us-east-1",

‎lib/deploy/bundle-lambdas-step.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ module.exports = function(context) {
258258
const options = {
259259
compact: true,
260260
comments: false,
261-
sourceMaps: true,
261+
sourceMaps: false,
262262
inputSourceMap: JSON.parse(fs.readFileSync(bundledMapPath))
263263
};
264264

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lambda-tools",
3-
"version": "3.4.7",
3+
"version": "3.5.0",
44
"description": "Scripts for working with AWS Lambda backed microservices",
55
"main": "",
66
"scripts": {

0 commit comments

Comments
 (0)