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>"
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: