代码之家  ›  专栏  ›  技术社区  ›  JHH

来自Cloudformation/serverless的AWS SES模板

  •  1
  • JHH  · 技术社区  · 6 年前

    serverless framework

    AWS::SES::Template .

    这绝对是个好主意 defined CloudFormation resource type ,所以我不知道发生了什么。我看到过描述SES模板的相同片段,这些模板应该是有效的,但对我来说不是。你知道这是什么原因吗?

    在我的 serverless.yml 看起来像这样:

    resources:
      Resources:
        EmailNotificationTemplate:
          Type: AWS::SES::Template 
          Properties: 
            Template: 
              TemplateName: "test" 
              TextPart: "body text" 
              SubjectPart: "subject"
    
    1 回复  |  直到 6 年前
        1
  •  1
  •   JHH    6 年前