AWS Lambda Funktion - Amazon CloudWatch

AWS Lambda Funktion

Das folgende Beispiel zeigt eine Komponentenkonfiguration im JSON-Format für eine AWS Lambda-Funktion.

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