Merged
Conversation
69c40d4 to
7eb0145
Compare
7eb0145 to
9d8d6b9
Compare
toddhainsworth
approved these changes
Apr 24, 2026
Member
|
@aaronmedina-dev @AdamJHall could one (or both) please review? A couple of these are blocking some project work 🤞 |
AdamJHall
approved these changes
Apr 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@aligent/cdk-nodejs-function-from-entry@0.2.0
Minor Changes
#1654
99d96c9Thanks @kai-nguyen-aligent! - ###@aligent/cdk-nodejs-function-from-entry(minor)FunctiontoNodejsFunction— the construct now extendsNodejsFunction(and acceptsNodejsFunctionProps) instead of the genericFunction, enabling Node.js-specific bundling options. The parententryprop is omitted to avoid conflicts with the custom typedentry.NoInferto theentrygeneric parameter — prevents TypeScript from incorrectly inferringTPrefixfrom theentryvalue; the prefix is now inferred solely fromsourcePrefix.runtimeoptional — consumers no longer need to explicitly pass a runtime.findServiceRoothelper that walks up to a configurablerootParentDirancestor, giving clearer error messages on invalid paths.rootParentDirprop (default:'services') to control the allowed root for asset resolution.@aligent/cdk-step-function-from-file(minor)NoInferto thefilepathgeneric parameter — prevents unintended type inference from thefilepathvalue.findServiceRootapproach as the Lambda construct for consistent, configurable path safety checks.rootParentDirprop (default:'services') to control the allowed root for asset resolution.@aligent/cdk-aspects(patch)NodeJsFunctionDefaultsAspectJSDoc — clarified that the configured runtime is always applied to ensure consistency, while other defaults (tracing, memory, timeout, source maps) are only applied when not already set.@aligent/cdk-step-function-from-file@0.5.0
Minor Changes
#1654
99d96c9Thanks @kai-nguyen-aligent! - ###@aligent/cdk-nodejs-function-from-entry(minor)FunctiontoNodejsFunction— the construct now extendsNodejsFunction(and acceptsNodejsFunctionProps) instead of the genericFunction, enabling Node.js-specific bundling options. The parententryprop is omitted to avoid conflicts with the custom typedentry.NoInferto theentrygeneric parameter — prevents TypeScript from incorrectly inferringTPrefixfrom theentryvalue; the prefix is now inferred solely fromsourcePrefix.runtimeoptional — consumers no longer need to explicitly pass a runtime.findServiceRoothelper that walks up to a configurablerootParentDirancestor, giving clearer error messages on invalid paths.rootParentDirprop (default:'services') to control the allowed root for asset resolution.@aligent/cdk-step-function-from-file(minor)NoInferto thefilepathgeneric parameter — prevents unintended type inference from thefilepathvalue.findServiceRootapproach as the Lambda construct for consistent, configurable path safety checks.rootParentDirprop (default:'services') to control the allowed root for asset resolution.@aligent/cdk-aspects(patch)NodeJsFunctionDefaultsAspectJSDoc — clarified that the configured runtime is always applied to ensure consistency, while other defaults (tracing, memory, timeout, source maps) are only applied when not already set.@aligent/cdk-aspects@0.5.3
Patch Changes
#1661
25cf7c9Thanks @toddhainsworth! - FixedResourcePrefixAspectfailing synthesis when a prefixed resource name exceeds the AWS maximum length. The aspect now truncates the name and appends an 8-character SHA-256 hash to maintain uniqueness, and emits acdk synthwarning identifying the original and truncated name. This prevents L3 constructs (e.g.BucketDeployment) from generating child resources that the user has no control over causing failed deployments.#1654
99d96c9Thanks @kai-nguyen-aligent! - ###@aligent/cdk-nodejs-function-from-entry(minor)FunctiontoNodejsFunction— the construct now extendsNodejsFunction(and acceptsNodejsFunctionProps) instead of the genericFunction, enabling Node.js-specific bundling options. The parententryprop is omitted to avoid conflicts with the custom typedentry.NoInferto theentrygeneric parameter — prevents TypeScript from incorrectly inferringTPrefixfrom theentryvalue; the prefix is now inferred solely fromsourcePrefix.runtimeoptional — consumers no longer need to explicitly pass a runtime.findServiceRoothelper that walks up to a configurablerootParentDirancestor, giving clearer error messages on invalid paths.rootParentDirprop (default:'services') to control the allowed root for asset resolution.@aligent/cdk-step-function-from-file(minor)NoInferto thefilepathgeneric parameter — prevents unintended type inference from thefilepathvalue.findServiceRootapproach as the Lambda construct for consistent, configurable path safety checks.rootParentDirprop (default:'services') to control the allowed root for asset resolution.@aligent/cdk-aspects(patch)NodeJsFunctionDefaultsAspectJSDoc — clarified that the configured runtime is always applied to ensure consistency, while other defaults (tracing, memory, timeout, source maps) are only applied when not already set.@aligent/cdk-header-change-detection@1.7.7
Patch Changes
f41ba97Thanks @aikido-autofix! - [Aikido] Fix 2 security issues in follow-redirects, axios@aligent/cdk-prerender-proxy@2.5.6
Patch Changes
f41ba97Thanks @aikido-autofix! - [Aikido] Fix 2 security issues in follow-redirects, axios