Skip to content

Files

Latest commit

Mar 12, 2025
5687d85 · Mar 12, 2025

History

History
This branch is 163 commits behind aws/aws-cdk:main.

lambda-integration-test-updater

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Lambda Integration Test Updater

This tool updates integration test cases for AWS Lambda runtimes in the AWS CDK codebase. It specifically handles:

  • Checking for all runtimes in the Runtime class
  • Updating integration test files with all runtime information
  • Supporting NodeJS, Python, and Go runtime families

The purpose of this tool is to make sure that we have integration test cases that cover new runtimes, and so we can detect if there is an issue in the build image, and to make sure we do not release a new Runtime before its build image got released.