Skip to content

Add lambda schema extensions#4372

Merged
kddejong merged 4 commits intoaws-cloudformation:mainfrom
chrisqm-dev:feature/lambda-schema-enhancements
Feb 23, 2026
Merged

Add lambda schema extensions#4372
kddejong merged 4 commits intoaws-cloudformation:mainfrom
chrisqm-dev:feature/lambda-schema-enhancements

Conversation

@chrisqm-dev
Copy link
Contributor

Description of changes:
Adding the following lambda Rules:

  • Lambda LogLevel requires JSON LogFormat (LogLevel is not supported when LogFormat is set to Text)
  • Lambda Handler not supported for container images
  • Lambda Runtime not supported for container images
  • Lambda Layers not supported for container images
  • Added unit tests

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Copy link
Contributor Author

@chrisqm-dev chrisqm-dev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

addressed feedback

@codecov
Copy link

codecov bot commented Feb 19, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.55%. Comparing base (0bbabc9) to head (a88e6ea).
⚠️ Report is 13 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4372   +/-   ##
=======================================
  Coverage   93.54%   93.55%           
=======================================
  Files         418      420    +2     
  Lines       14145    14173   +28     
  Branches     2817     2817           
=======================================
+ Hits        13232    13259   +27     
  Misses        567      567           
- Partials      346      347    +1     
Flag Coverage Δ
unittests 93.53% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@kddejong kddejong merged commit e987bd8 into aws-cloudformation:main Feb 23, 2026
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants