File tree Expand file tree Collapse file tree 8 files changed +20
-31
lines changed
Expand file tree Collapse file tree 8 files changed +20
-31
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- PATH=$PATH :$LAMBDA_TASK_ROOT /bin PYTHONPATH=$LAMBDA_TASK_ROOT exec uvicorn --port=$PORT main:app
3+ PATH=$PATH :$LAMBDA_TASK_ROOT /bin PYTHONPATH=$LAMBDA_TASK_ROOT exec python -m uvicorn --port=$PORT main:app
Original file line number Diff line number Diff line change @@ -25,8 +25,6 @@ Resources:
2525 Events :
2626 ApiEvent :
2727 Type : HttpApi
28- Metadata :
29- BuildMethod : makefile
3028
3129
3230Outputs :
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- click == 8.0.1
2- Flask == 2.0.1
1+ click == 8.1.3
2+ Flask == 2.2.3
33gunicorn == 20.1.0
4- itsdangerous == 2.0.1
5- Jinja2 == 3.0.1
6- MarkupSafe == 2.0.1
7- Werkzeug == 2.0.1
4+ importlib-metadata == 6.0.0
5+ itsdangerous == 2.1.2
6+ Jinja2 == 3.1.2
7+ MarkupSafe == 2.1.2
8+ typing_extensions == 4.5.0
9+ Werkzeug == 2.2.3
10+ zipp == 3.13.0
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- PATH=$PATH :$LAMBDA_TASK_ROOT /bin PYTHONPATH=$LAMBDA_TASK_ROOT exec gunicorn -b=:$PORT -w=1 app:app
3+ PATH=$PATH :$LAMBDA_TASK_ROOT /bin PYTHONPATH=$LAMBDA_TASK_ROOT exec python -m gunicorn -b=:$PORT -w=1 app:app
Original file line number Diff line number Diff line change @@ -25,10 +25,7 @@ Resources:
2525 Events :
2626 ApiEvent :
2727 Type : HttpApi
28- Metadata :
29- BuildMethod : makefile
3028
31-
3229Outputs :
3330 FlaskApi :
3431 Description : " API Gateway endpoint URL for Prod stage for Flask function"
Original file line number Diff line number Diff line change 1- click == 8.0.1
2- Flask == 2.0.1
1+ click == 8.1.3
2+ Flask == 2.2.3
33gunicorn == 20.1.0
4- itsdangerous == 2.0.1
5- Jinja2 == 3.0.1
6- MarkupSafe == 2.0.1
7- Werkzeug == 2.0.1
4+ importlib-metadata == 6.0.0
5+ itsdangerous == 2.1.2
6+ Jinja2 == 3.1.2
7+ MarkupSafe == 2.1.2
8+ typing_extensions == 4.5.0
9+ Werkzeug == 2.2.3
10+ zipp == 3.13.0
You can’t perform that action at this time.
0 commit comments