Skip to content

Commit

Permalink
bump lambda versions
Browse files Browse the repository at this point in the history
  • Loading branch information
raghava-pamula committed Jun 6, 2022
1 parent 8e64a1a commit 98439fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/stacks/routing-lambda-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export class RoutingLambdaStack extends cdk.NestedStack {
},
description: 'Routing Lambda',
environment: {
VERSION: '2',
VERSION: '3',
NODE_OPTIONS: '--enable-source-maps',
POOL_CACHE_BUCKET: poolCacheBucket.bucketName,
POOL_CACHE_BUCKET_2: poolCacheBucket2.bucketName,
Expand Down Expand Up @@ -98,7 +98,7 @@ export class RoutingLambdaStack extends cdk.NestedStack {
},
description: 'Route to Ratio Lambda',
environment: {
VERSION: '2',
VERSION: '3',
NODE_OPTIONS: '--enable-source-maps',
POOL_CACHE_BUCKET: poolCacheBucket.bucketName,
POOL_CACHE_BUCKET_2: poolCacheBucket2.bucketName,
Expand Down

0 comments on commit 98439fa

Please sign in to comment.