【问题标题】:event destination to SNS using AWS cloud formation stack not working使用 AWS cloudformation 堆栈到 SNS 的事件目的地不起作用
【发布时间】:2021-06-18 04:35:42
【问题描述】:

无法使用 AWS 云形成堆栈创建到 SNS 的事件目标。

我的 yml 配置:

SendLog:
      Type: AWS::SES::ConfigurationSetEventDestination
      Properties:
        ConfigurationSetName: !Ref EmailConfig
        EventDestination:
          Name: "Send_Log"
          Enabled: true
          MatchingEventTypes:
            - "delivery"

错误:

Serverless: Operation failed!
Serverless: View the full error output: https://us-east-1.console.aws.amazon.com/cloudformation/home?region=us-east-1#/stack/detail?stackId=********

  Serverless Error ---------------------------------------

  An error occurred: SendLog - Event destination is not provided. (Service: AmazonSimpleEmailService; Status Code: 400; Error Code: InvalidParameterValue; Request ID: bb88f59d-392e-4d5f-af0a-35fcb25d7b82; Proxy: null).

【问题讨论】:

    标签: amazon-web-services amazon-cloudformation amazon-ses


    【解决方案1】:

    好的!找到了解决办法。

    很遗憾,AWS 尚不支持此功能。尽管他们在User Guide 上有完整的文档 我发现它说得对there

    【讨论】:

      猜你喜欢
      • 2016-04-19
      • 2019-01-12
      • 2020-01-18
      • 2023-03-24
      • 2018-08-06
      • 2021-03-31
      • 2020-06-15
      • 1970-01-01
      • 2018-08-06
      相关资源
      最近更新 更多