Skip to content

Commit

Permalink
change proposition
Browse files Browse the repository at this point in the history
  • Loading branch information
garysassano committed Jan 21, 2025
1 parent 90ec5c1 commit ca2fcf3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export class AwsLambdaDetectorSync implements DetectorSync {
const functionVersion = process.env.AWS_LAMBDA_FUNCTION_VERSION;
const memorySize = process.env.AWS_LAMBDA_FUNCTION_MEMORY_SIZE;

// These environment variables are not available in Lambda SnapStart
// These environment variables are not available for Lambda SnapStart
const logGroupName = process.env.AWS_LAMBDA_LOG_GROUP_NAME;
const logStreamName = process.env.AWS_LAMBDA_LOG_STREAM_NAME;

Expand Down

0 comments on commit ca2fcf3

Please sign in to comment.