@@ -57,7 +57,7 @@ export class CellGeolocation extends CloudFormation.Resource {
5757 handler : 'index.handler' ,
5858 // runtime: Lambda.Runtime.NODEJS_14_X, // FIXME: use once CDK has support
5959 runtime : new Lambda . Runtime ( 'nodejs14.x' , Lambda . RuntimeFamily . NODEJS , {
60- supportsInlineCode : true ,
60+ supportsInlineCode : false ,
6161 } ) ,
6262 timeout : CloudFormation . Duration . seconds ( 10 ) ,
6363 memorySize : 1792 ,
@@ -121,7 +121,7 @@ export class CellGeolocation extends CloudFormation.Resource {
121121 handler : 'index.handler' ,
122122 // runtime: Lambda.Runtime.NODEJS_14_X, // FIXME: use once CDK has support
123123 runtime : new Lambda . Runtime ( 'nodejs14.x' , Lambda . RuntimeFamily . NODEJS , {
124- supportsInlineCode : true ,
124+ supportsInlineCode : false ,
125125 } ) ,
126126 timeout : CloudFormation . Duration . seconds ( 10 ) ,
127127 memorySize : 1792 ,
@@ -151,7 +151,7 @@ export class CellGeolocation extends CloudFormation.Resource {
151151 handler : 'index.handler' ,
152152 // runtime: Lambda.Runtime.NODEJS_14_X, // FIXME: use once CDK has support
153153 runtime : new Lambda . Runtime ( 'nodejs14.x' , Lambda . RuntimeFamily . NODEJS , {
154- supportsInlineCode : true ,
154+ supportsInlineCode : false ,
155155 } ) ,
156156 timeout : CloudFormation . Duration . minutes ( 1 ) ,
157157 memorySize : 1792 ,
@@ -187,7 +187,7 @@ export class CellGeolocation extends CloudFormation.Resource {
187187 runtime : new Lambda . Runtime (
188188 'nodejs14.x' ,
189189 Lambda . RuntimeFamily . NODEJS ,
190- { supportsInlineCode : true } ,
190+ { supportsInlineCode : false } ,
191191 ) ,
192192 timeout : CloudFormation . Duration . seconds ( 10 ) ,
193193 memorySize : 1792 ,
@@ -428,7 +428,7 @@ export class CellGeolocation extends CloudFormation.Resource {
428428 handler : 'index.handler' ,
429429 // runtime: Lambda.Runtime.NODEJS_14_X, // FIXME: use once CDK has support
430430 runtime : new Lambda . Runtime ( 'nodejs14.x' , Lambda . RuntimeFamily . NODEJS , {
431- supportsInlineCode : true ,
431+ supportsInlineCode : false ,
432432 } ) ,
433433 timeout : CloudFormation . Duration . seconds ( 10 ) ,
434434 memorySize : 1792 ,
0 commit comments