Skip to content

Commit 72e9695

Browse files
authored
Update RoutingAPI lambda version to pick up new secrets (#405)
1 parent 87b6a5c commit 72e9695

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/stacks/routing-lambda-stack.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ export class RoutingLambdaStack extends cdk.NestedStack {
103103

104104
description: 'Routing Lambda',
105105
environment: {
106-
VERSION: '5',
106+
VERSION: '6',
107107
NODE_OPTIONS: '--enable-source-maps',
108108
POOL_CACHE_BUCKET: poolCacheBucket.bucketName,
109109
POOL_CACHE_BUCKET_2: poolCacheBucket2.bucketName,

0 commit comments

Comments
 (0)