Skip to content

fix: enable tag support for EventSourceMapping and CodeSigningConfig#219

Open
michaelhtm wants to merge 1 commit into
aws-controllers-k8s:mainfrom
michaelhtm:feat/add-esm-and-codesigningconfig-tags
Open

fix: enable tag support for EventSourceMapping and CodeSigningConfig#219
michaelhtm wants to merge 1 commit into
aws-controllers-k8s:mainfrom
michaelhtm:feat/add-esm-and-codesigningconfig-tags

Conversation

@michaelhtm
Copy link
Copy Markdown
Member

Description of changes:
Both resources support tagging via Lambda's TagResource/UntagResource/ListTags
APIs but had tags disabled. Since GetEventSourceMapping and GetCodeSigningConfig
don't return tags in their response, this adds sdk_read_one_post_set_output
hooks to call ListTags and sdk_update_pre_build_request hooks to sync tag
diffs via TagResource/UntagResource. Uses ackcompare.GetTagsDifference from
the runtime for computing tag deltas.

Resolves aws-controllers-k8s/community#2905

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@ack-prow ack-prow Bot requested review from gustavodiaz7722 and sapphirew May 28, 2026 17:32
@ack-prow
Copy link
Copy Markdown

ack-prow Bot commented May 28, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: michaelhtm

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@ack-prow ack-prow Bot added the approved label May 28, 2026
Both resources support tagging via Lambda's TagResource/UntagResource/ListTags
APIs but had tags disabled. Since GetEventSourceMapping and GetCodeSigningConfig
don't return tags in their response, this adds sdk_read_one_post_set_output
hooks to call ListTags and sdk_update_pre_build_request hooks to sync tag
diffs via TagResource/UntagResource. Uses ackcompare.GetTagsDifference from
the runtime for computing tag deltas.

Resolves aws-controllers-k8s/community#2905
@michaelhtm michaelhtm force-pushed the feat/add-esm-and-codesigningconfig-tags branch from 0ea3fd6 to 8498464 Compare May 28, 2026 17:51
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.

Lambda EventSourceMapping does not support tags

1 participant