fixed linting errors

This commit is contained in:
bryan pedlar 2016-11-19 19:24:02 -05:00
parent 07f8a5b7cc
commit d4b16a12c2
2 changed files with 10 additions and 10 deletions

View File

@ -151,7 +151,7 @@ class AwsCompileFunctions {
S3Key: 'S3Key',
},
Environment: {
Variables:{}
Variables: {},
},
FunctionName: 'FunctionName',
Handler: 'Handler',

View File

@ -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',