You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Enhance API Gateway structured logging and Lambda permission rule for improved validation (#231)
* fix: Enhance ApiGatewayStructuredLoggingRule and LambdaStarPermissionRule for improved validation
- Added stripping of leading/trailing quotes and whitespace in log format for ApiGatewayStructuredLoggingRule.
- Improved validation in LambdaStarPermissionRule by ensuring that statements and principals are dictionaries before accessing their properties.
* fix: Removed unnecessary conditional check for "Service" key in principal dictionary, directly accessing it to streamline the code.
* chore: update project version and dependencies
- Bumped version from 0.3.3 to 0.3.4 in pyproject.toml.
- Updated cfn-lint dependency from version 1.33.0 to 1.36.0 for improved functionality and compatibility.
- Incremented revision in uv.lock to reflect changes in dependency management.
* chore: update aws-serverless plugin version to 0.3.4
- Bumped version from 0.3.3 to 0.3.4 in README.md, tflint.md, and example configuration.
- Updated version in main.go to reflect the new plugin version.
0 commit comments