mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
fixed linting errors
This commit is contained in:
parent
07f8a5b7cc
commit
d4b16a12c2
@ -151,7 +151,7 @@ class AwsCompileFunctions {
|
||||
S3Key: 'S3Key',
|
||||
},
|
||||
Environment: {
|
||||
Variables:{}
|
||||
Variables: {},
|
||||
},
|
||||
FunctionName: 'FunctionName',
|
||||
Handler: 'Handler',
|
||||
|
||||
@ -298,7 +298,7 @@ describe('AwsCompileFunctions', () => {
|
||||
S3Bucket: { Ref: 'ServerlessDeploymentBucket' },
|
||||
},
|
||||
Environment: {
|
||||
Variables:{}
|
||||
Variables: {},
|
||||
},
|
||||
FunctionName: 'new-service-dev-func',
|
||||
Handler: 'func.function.handler',
|
||||
@ -338,7 +338,7 @@ describe('AwsCompileFunctions', () => {
|
||||
},
|
||||
FunctionName: 'new-service-dev-func',
|
||||
Environment: {
|
||||
Variables:{}
|
||||
Variables: {},
|
||||
},
|
||||
Handler: 'func.function.handler',
|
||||
MemorySize: 1024,
|
||||
@ -380,7 +380,7 @@ describe('AwsCompileFunctions', () => {
|
||||
|
||||
awsCompileFunctions.serverless.service.provider.environment = {
|
||||
"providerTest1":"providerTest1"
|
||||
}
|
||||
};
|
||||
|
||||
const compliedFunction = {
|
||||
Type: 'AWS::Lambda::Function',
|
||||
@ -392,7 +392,7 @@ describe('AwsCompileFunctions', () => {
|
||||
},
|
||||
FunctionName: 'new-service-dev-func',
|
||||
Environment: {
|
||||
Variables:{}
|
||||
Variables: {},
|
||||
},
|
||||
Handler: 'func.function.handler',
|
||||
MemorySize: 1024,
|
||||
@ -442,7 +442,7 @@ describe('AwsCompileFunctions', () => {
|
||||
},
|
||||
FunctionName: 'customized-func-function',
|
||||
Environment: {
|
||||
Variables:{}
|
||||
Variables: {},
|
||||
},
|
||||
Handler: 'func.function.handler',
|
||||
MemorySize: 128,
|
||||
@ -481,7 +481,7 @@ describe('AwsCompileFunctions', () => {
|
||||
S3Bucket: { Ref: 'ServerlessDeploymentBucket' },
|
||||
},
|
||||
Environment: {
|
||||
Variables:{}
|
||||
Variables: {},
|
||||
},
|
||||
FunctionName: 'new-service-dev-func',
|
||||
Handler: 'func.function.handler',
|
||||
@ -515,7 +515,7 @@ describe('AwsCompileFunctions', () => {
|
||||
S3Bucket: { Ref: 'ServerlessDeploymentBucket' },
|
||||
},
|
||||
Environment: {
|
||||
Variables:{}
|
||||
Variables: {},
|
||||
},
|
||||
FunctionName: 'new-service-dev-func',
|
||||
Handler: 'func.function.handler',
|
||||
@ -553,7 +553,7 @@ describe('AwsCompileFunctions', () => {
|
||||
S3Bucket: { Ref: 'ServerlessDeploymentBucket' },
|
||||
},
|
||||
Environment: {
|
||||
Variables:{}
|
||||
Variables: {},
|
||||
},
|
||||
FunctionName: 'new-service-dev-func',
|
||||
Handler: 'func.function.handler',
|
||||
@ -593,7 +593,7 @@ describe('AwsCompileFunctions', () => {
|
||||
S3Bucket: bucketName,
|
||||
},
|
||||
Environment: {
|
||||
Variables:{}
|
||||
Variables: {},
|
||||
},
|
||||
FunctionName: 'new-service-dev-func',
|
||||
Handler: 'func.function.handler',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user