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
8 changes: 0 additions & 8 deletions .changeset/expose-l2-for-grant-attachment.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/aws/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @gradientedge/cdk-utils-aws

## 2.20.0

### Minor Changes

- [#1102](https://github.com/gradientedge/cdk-utils/pull/1102) [`4cb4eb5`](https://github.com/gradientedge/cdk-utils/commit/4cb4eb57f4cda05df4d1400899811ec7c0c7cb11) Thanks [@despock](https://github.com/despock)! - Expose created Lambda Aliases on the returned Function (new `FunctionWithAliases` type), and accept an `IBucket` for S3 server access logging (new optional `logBucket` on `S3BucketProps`).

Both let downstream constructs work with the real L2 instances instead of re-importing by ARN/name — clearing the `UnclearLambdaEnvironment` warning (and silently-dropped `addPermission()` invokes) when wiring `LambdaIntegration` to an alias, and the `accessLogsPolicyNotAdded` warning when the caller owns the log destination bucket. `StaticSite` is updated to pass its just-created `siteLogBucket` through so consumers benefit without code changes.

## 2.19.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/aws/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gradientedge/cdk-utils-aws",
"version": "2.19.0",
"version": "2.20.0",
"description": "AWS CDK utilities for @gradientedge/cdk-utils",
"type": "module",
"main": "dist/src/index.js",
Expand Down
13 changes: 13 additions & 0 deletions packages/cdk-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @gradientedge/cdk-utils

## 11.55.0

### Minor Changes

- [#1102](https://github.com/gradientedge/cdk-utils/pull/1102) [`4cb4eb5`](https://github.com/gradientedge/cdk-utils/commit/4cb4eb57f4cda05df4d1400899811ec7c0c7cb11) Thanks [@despock](https://github.com/despock)! - Expose created Lambda Aliases on the returned Function (new `FunctionWithAliases` type), and accept an `IBucket` for S3 server access logging (new optional `logBucket` on `S3BucketProps`).

Both let downstream constructs work with the real L2 instances instead of re-importing by ARN/name — clearing the `UnclearLambdaEnvironment` warning (and silently-dropped `addPermission()` invokes) when wiring `LambdaIntegration` to an alias, and the `accessLogsPolicyNotAdded` warning when the caller owns the log destination bucket. `StaticSite` is updated to pass its just-created `siteLogBucket` through so consumers benefit without code changes.

### Patch Changes

- Updated dependencies [[`4cb4eb5`](https://github.com/gradientedge/cdk-utils/commit/4cb4eb57f4cda05df4d1400899811ec7c0c7cb11)]:
- @gradientedge/cdk-utils-aws@2.20.0

## 11.54.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cdk-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gradientedge/cdk-utils",
"version": "11.54.0",
"version": "11.55.0",
"description": "Utilities for AWS CDK, Azure and Cloudflare Pulumi provisioning",
"type": "module",
"main": "dist/src/index.js",
Expand Down