Skip to content

chore(ci): omit null layer metadata fields - #8416

Merged
dreamorosi merged 1 commit into
developfrom
ci/omit-null-layer-metadata
Sep 1, 2026
Merged

chore(ci): omit null layer metadata fields#8416
dreamorosi merged 1 commit into
developfrom
ci/omit-null-layer-metadata

Conversation

@dreamorosi

@dreamorosi dreamorosi commented Sep 1, 2026

Copy link
Copy Markdown
Contributor

Issue number: closes #8417

Summary

Changes

Omit null optional metadata fields when constructing the partition layer publish request. Placeholder layer versions can omit fields such as LicenseInfo; passing those fields as JSON null causes AWS CLI parameter validation to fail before deployment.

User experience

Partition deployments can copy placeholder layer versions without failing on absent optional metadata. This change does not alter partition synchronization behavior.


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Disclaimer: We value your time and bandwidth. As such, any pull requests created on non-triaged issues might not be successful.

Placeholder layer versions can omit optional metadata such as LicenseInfo. Remove null values from the publish request so the AWS CLI accepts these versions during partition deployment.

Refs #7975
@dreamorosi
dreamorosi requested a review from a team as a code owner September 1, 2026 09:17
@dreamorosi
dreamorosi requested a review from svozza September 1, 2026 09:17
@boring-cyborg boring-cyborg Bot added the github-actions Pull requests that update Github_actions code label Sep 1, 2026
@powertools-for-aws-oss-automation powertools-for-aws-oss-automation Bot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Sep 1, 2026
@sonarqubecloud

sonarqubecloud Bot commented Sep 1, 2026

Copy link
Copy Markdown

@dreamorosi dreamorosi changed the title fix(ci): omit null layer metadata fields chore(ci): omit null layer metadata fields Sep 1, 2026
@mergify

mergify Bot commented Sep 1, 2026

Copy link
Copy Markdown
Contributor

Tick the box to add this pull request to the merge queue (same as @mergifyio queue).

  • Queue this pull request

@dreamorosi
dreamorosi merged commit a3041c2 into develop Sep 1, 2026
13 checks passed
@dreamorosi
dreamorosi deleted the ci/omit-null-layer-metadata branch September 1, 2026 09:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

github-actions Pull requests that update Github_actions code size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Maintenance: handle optional metadata in partition layer deployments

2 participants