AWS Lambda functions should be tagged so resources can be reliably inventoried and assigned ownership. Tags also enable tag-based access controls and automated security or operational workflows.
In Ansible playbooks, tasks using the amazon.aws.lambda or legacy lambda module must define the tags property as a mapping/dictionary. Resources where tags is undefined are flagged. Ensure tags is present on the module invocation and contains at least the necessary keys for your organization (for example, Owner, Environment, or Project).