Skip to content

Lambda update code workflow should tag function #17

@AnnaDodson

Description

@AnnaDodson

Add tagging functionality to tag the newly updated function code with the commit/build id of the newly deployed code.
This makes it easier to see what has been deployed to a dev environment.

Example AWS CLI to tag function:

run: aws lambda tag-resource --resource <LAMBDA_FUNCTION> --tags build="<ARCHIVE_NAME-DATE-COMMIT_ID>"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions