serverless-components/aws-lambda

Add support for tags

serverlessguru opened this issue · 0 comments

We want to be able to apply tags to lambda functions.

inputs:
  tags:
    cost-center: 12345
    owner: cloud-acceleration

Then the tags object would be passed to the aws-sdk under the hood.