Skip to content

Commit

Permalink
fix: re-add the lambda@edge id as output for monitoring still uses that
Browse files Browse the repository at this point in the history
  • Loading branch information
lsipii committed Aug 9, 2023
1 parent af75cfd commit c713559
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions infra/apps/codesets/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ createCacheInvalidation(setup, cloudFrontDistribution);

export const url = pulumi.interpolate`https://${cloudFrontDistribution.domainName}`;
export const bucketName = s3bucketSetup.bucket.bucket;
export const lambdaId = pulumi.interpolate`${edgeLambdaPackage.lambdaAtEdgeFunction.name}:${edgeLambdaPackage.lambdaAtEdgeFunction.version}`;
export const cloudFrontDistributionId = cloudFrontDistribution.id;
export const standardLogsBucketDetails = {
arn: standardLogsBucket.arn,
Expand Down

0 comments on commit c713559

Please sign in to comment.