Skip to content

Commit

Permalink
fix: bump lambda version to pick up secrets in env var (#724)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsy1218 authored Jun 6, 2024
1 parent ac59229 commit 81cd2bc
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: '22',
VERSION: '23',
NODE_OPTIONS: '--enable-source-maps',
POOL_CACHE_BUCKET: poolCacheBucket.bucketName,
POOL_CACHE_BUCKET_2: poolCacheBucket2.bucketName,
Expand Down

0 comments on commit 81cd2bc

Please sign in to comment.