AWS Lambda 関数 - Amazon CloudWatch

AWS Lambda 関数

次の例は、AWS Lambda 機能用の JSON 形式のコンポーネント設定を示しています。

{ "alarmMetrics": [ { "alarmMetricName": "Errors", "monitor": true }, { "alarmMetricName": "Throttles", "monitor": true }, { "alarmMetricName": "IteratorAge", "monitor": true }, { "alarmMetricName": "Duration", "monitor": true } ], "logs": [ { "logType": "DEFAULT", "monitor": true } ] }