awswrangler.chime.post_message¶
- awswrangler.chime.post_message(webhook: str, message: str) Any | None ¶
Send message on an existing Chime Chat rooms.
- Parameters:
webhook (
str
) – Contains all the authentication information to send the messagemessage (
str
) – The actual message which needs to be posted on Slack channel
- Return type:
Any
|None
- Returns:
The response from Chime