Public Member Functions | |
| def | __init__ (self, session, aws_config, context) |
| None | async_send_message (self, str message="", **Any kwargs) |
Public Member Functions inherited from homeassistant.components.aws.notify.AWSNotify | |
| def | __init__ (self, session, aws_config) |
Public Attributes | |
| context | |
Public Attributes inherited from homeassistant.components.aws.notify.AWSNotify | |
| aws_config | |
| session | |
Static Public Attributes | |
| string | service = "lambda" |
Implement the notification service for the AWS Lambda service.
| def homeassistant.components.aws.notify.AWSLambda.__init__ | ( | self, | |
| session, | |||
| aws_config, | |||
| context | |||
| ) |
| None homeassistant.components.aws.notify.AWSLambda.async_send_message | ( | self, | |
| str | message = "", |
||
| **Any | kwargs | ||
| ) |
|
static |