无法使用 cloudformation 模板标记 AWS::Serverless::Function

问题描述

我打算通过 Cloudformation 标记 AWS::Serverless::Function 资源。

 Resource:
        Type: AWS::Serverless::Function
        Properties:
            CodeUri: xxx
            Handler: xxx
            Runtime: nodejs10.x
            Timeout: 300
            MemorySize: 256
            Tags: 
              centre: xxx
              primary-owner: myemail
              secondary-owner: client1

我提到了https://github.com/aws/aws-sam-cli/issues/899并关注了https://github.com/aws/serverless-application-model/blob/master/versions/2016-10-31.md#awsserverlessfunction

管道成功运行,在更改集生成和执行期间没有错误。但是我在 Lambda 函数中看不到标签

请帮我解决这个问题。

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)