Skip to content

Release v2.3.0

Choose a tag to compare

@github-actions github-actions released this 29 Apr 13:04
· 2 commits to main since this release
54328b3
  • ivan.bliskavka
    • Refactored log group creation to use func.functionName (post-creation) to prevent "resource already exists" conflicts when useCdkManagedLogGroup is enabled
    • Disabled @aws-cdk/aws-lambda:useCdkManagedLogGroup at stack context level to avoid double log group creation
    • Removed manual AWSLambdaBasicExecutionRole / AWSLambdaVPCAccessExecutionRole policy attachment — CDK attaches these automatically
    • Removed logRetention from CreateLambdaProps interface (was silently ignored)
    • Added unit tests to confirm CDK auto-attaches correct execution role policies for VPC and non-VPC Lambdas
    • Cleaned up synth-time warnings and updated dependencies