【发布时间】: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