Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/guard-versioning-aspect-singletons.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nodejs-function-from-entry-handler-override.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/cdk-aspects/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @aligent/cdk-aspects

## 0.8.1

### Patch Changes

- [#1752](https://github.com/aligent/cdk-constructs/pull/1752) [`2ec5779`](https://github.com/aligent/cdk-constructs/commit/2ec57790cea828d7c753d4b26ac3c9cff42f7d87) Thanks [@toddhainsworth](https://github.com/toddhainsworth)! - Skip CDK-managed singleton/framework resources in `LambdaAndStepFunctionVersioningAspect` so it no longer adds aliases/versions to handlers like the `BucketDeployment` custom resource.

## 0.8.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cdk-aspects/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aligent/cdk-aspects",
"version": "0.8.0",
"version": "0.8.1",
"description": "Collection of CDK Asppects",
"main": "index.js",
"types": "index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/constructs/nodejs-function-from-entry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @aligent/cdk-nodejs-function-from-entry

## 0.3.0

### Minor Changes

- [#1753](https://github.com/aligent/cdk-constructs/pull/1753) [`24c8dc1`](https://github.com/aligent/cdk-constructs/commit/24c8dc1a4a93377ce8c193ec18806c69b3085cef) Thanks [@toddhainsworth](https://github.com/toddhainsworth)! - Allow overriding the resolved Lambda `handler`, needed for handler-wrapping mechanisms (e.g. a Lambda Layer wrapper) that require a fixed handler string. Existing callers are unaffected — omitting `handler` still defaults to the resolved `index.handler`.

## 0.2.4

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aligent/cdk-nodejs-function-from-entry",
"version": "0.2.4",
"version": "0.3.0",
"main": "index.js",
"license": "MIT",
"homepage": "https://github.com/aligent/cdk-constructs/tree/main/packages/constructs/nodejs-function-from-entry#readme",
Expand Down
Loading