Skip to content

Commit

Permalink
fix: source
Browse files Browse the repository at this point in the history
  • Loading branch information
notdodo committed Sep 23, 2024
1 parent 9c072cd commit e36a5aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pulumi/telegram_provider.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
"""
Custom provider to register the API GW as Telegram webhook.
source: https://github.com/omerholz/chatbot-example/blob/serverless-telegram-bot/infra/bot_lambda.py
improved from: https://github.com/omerholz/chatbot-example/blob/serverless-telegram-bot/infra/bot_lambda.py
"""

from __future__ import annotations

from typing import TYPE_CHECKING, Any

import requests

from pulumi.dynamic import (
CreateResult,
ReadResult,
Expand Down

0 comments on commit e36a5aa

Please sign in to comment.