Skip to content

Commit

Permalink
the bot works with python3 without changes
Browse files Browse the repository at this point in the history
  • Loading branch information
yelizariev authored Jun 7, 2020
1 parent c9ad00b commit f1228c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/resend-bot/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ To make `deployment package <https://docs.aws.amazon.com/lambda/latest/dg/lambda
mkdir /tmp/resend-bot
cd /tmp/resend-bot

pip2 install pyTelegramBotAPI -t .
pip3 install pyTelegramBotAPI -t .
wget https://raw.githubusercontent.com/itpp-labs/chatops-docs/master/resend-bot/lambda_function.py -O lambda_function.py
zip -r /tmp/resend_bot_package.zip *

Expand All @@ -89,7 +89,7 @@ Create Lambda function
Runtime
~~~~~~~

Use ``Python 2.7``
Use ``Python 3.8``

Environment variables
~~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit f1228c6

Please sign in to comment.