We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d398048 commit 3292511Copy full SHA for 3292511
test/collector_mock.js
@@ -218,7 +218,7 @@ const S3_CONFIGURATION_FILE_NOCHANGE = {
218
const S3_CONFIGURATION_FILE_CHANGE = {
219
"Runtime": {
220
"path": "Runtime",
221
- "value": "nodejs10.16.3"
+ "value": "nodejs10.x"
222
},
223
"Timeout": {
224
"path": "Timeout",
@@ -266,7 +266,7 @@ const LAMBDA_FUNCTION_CONFIGURATION = {
266
const LAMBDA_FUNCTION_CONFIGURATION_CHANGED = {
267
FunctionName: FUNCTION_NAME,
268
FunctionArn: FUNCTION_ARN,
269
- Runtime: 'nodejs10.16.3',
+ Runtime: 'nodejs10.x',
270
Role: 'arn:aws:iam::352283894008:role/tdosoudil-vpc-lambda',
271
Handler: 'index.handler',
272
CodeSize: 834,
0 commit comments