aws-lambda icon indicating copy to clipboard operation
aws-lambda copied to clipboard

Add support for tags

Open serverlessguru opened this issue 5 years ago • 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.

serverlessguru avatar Jan 17 '20 03:01 serverlessguru