Skip to content

Commit

Permalink
bump lambda version to pick up the new secret
Browse files Browse the repository at this point in the history
  • Loading branch information
jsy1218 committed May 17, 2024
1 parent 347ea2d commit 6104a3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/stacks/routing-lambda-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export class RoutingLambdaStack extends cdk.NestedStack {

description: 'Routing Lambda',
environment: {
VERSION: '19',
VERSION: '20',
NODE_OPTIONS: '--enable-source-maps',
POOL_CACHE_BUCKET: poolCacheBucket.bucketName,
POOL_CACHE_BUCKET_2: poolCacheBucket2.bucketName,
Expand Down

0 comments on commit 6104a3c

Please sign in to comment.