Skip to content

Commit

Permalink
chore: update lambda runtime from 3.9 to 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
icelam committed Dec 5, 2023
1 parent 6ae9b15 commit f36316a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ clean-venv:
test-with-venv:
( \
. ${VENV_ACTIVATE_PATH}; \
pip install -r requirements.txt; \
pip3 install -r requirements.txt; \
. ${INIT_ENVIRONMENT_VARIABLE_SCRIPT}; \
serverless invoke local -f cron; \
)
Expand All @@ -25,7 +25,7 @@ test-with-venv:
lint:
( \
. ${VENV_ACTIVATE_PATH}; \
pip install -r requirements.txt; \
pip3 install -r requirements.txt; \
pylint ${APP_FOLDER} \
)

Expand Down
2 changes: 1 addition & 1 deletion serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ frameworkVersion: "3"

provider:
name: aws
runtime: python3.9
runtime: python3.11
environment:
TELEGRAM_TOKEN: ${env:TELEGRAM_TOKEN}
TELEGRAM_CHAT_ID: ${env:TELEGRAM_CHAT_ID}
Expand Down

0 comments on commit f36316a

Please sign in to comment.