Skip to content

Conversation

@hrodmn
Copy link
Contributor

@hrodmn hrodmn commented Sep 25, 2025

⚠️ Checklist if your PR is changing anything else than documentation

Merge request description

For multiple reasons we do not want deployments to have to build the default image when a custom runtime is provided - this refactors the way custom runtimes get provided to the lambda.Function constructs so that the default runtime docker build never gets executed if a custom runtime is provided via lambdaFunctionOptions.

resolves #87

@hrodmn hrodmn requested a review from alukach September 25, 2025 19:10
@hrodmn hrodmn self-assigned this Sep 25, 2025
@hrodmn hrodmn force-pushed the fix/skip-default-image-build-with-custom-runtime branch from bc74798 to 37ca28f Compare September 25, 2025 19:12
@hrodmn hrodmn force-pushed the fix/skip-default-image-build-with-custom-runtime branch from 37ca28f to 9a16c5d Compare September 25, 2025 19:25
@hrodmn hrodmn merged commit 31d0ec0 into main Sep 26, 2025
7 checks passed
@hrodmn hrodmn deleted the fix/skip-default-image-build-with-custom-runtime branch September 26, 2025 01:11
github-actions bot pushed a commit that referenced this pull request Sep 26, 2025
## [10.2.5](v10.2.4...v10.2.5) (2025-09-26)

### Bug Fixes

* refactor Lambda constructs to only build custom image if provided ([#187](#187)) ([31d0ec0](31d0ec0))
@ds-release-bot
Copy link
Contributor

🎉 This PR is included in version 10.2.5 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Avoid building the docker images if custom runtimes are provided

2 participants