File tree 4 files changed +15
-22
lines changed
4 files changed +15
-22
lines changed Original file line number Diff line number Diff line change
1
+ blinker == 1.6.2
1
2
click == 8.1.3
2
- Flask == 2.2.3
3
+ Flask == 2.3.2
3
4
gunicorn == 20.1.0
4
- importlib-metadata == 6.0 .0
5
+ importlib-metadata == 6.6 .0
5
6
itsdangerous == 2.1.2
6
7
Jinja2 == 3.1.2
7
8
MarkupSafe == 2.1.2
8
- typing_extensions == 4.5.0
9
- Werkzeug == 2.2.3
10
- zipp == 3.13.0
9
+ Werkzeug == 2.3.3
10
+ zipp == 3.15.0
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Resources:
14
14
Properties :
15
15
CodeUri : app/
16
16
Handler : run.sh
17
- Runtime : python3.9
17
+ Runtime : python3.10
18
18
MemorySize : 256
19
19
Environment :
20
20
Variables :
Original file line number Diff line number Diff line change
1
+ blinker == 1.6.2
1
2
click == 8.1.3
2
- Flask == 2.2.3
3
+ Flask == 2.3.2
3
4
gunicorn == 20.1.0
4
- importlib-metadata == 6.0 .0
5
+ importlib-metadata == 6.6 .0
5
6
itsdangerous == 2.1.2
6
7
Jinja2 == 3.1.2
7
8
MarkupSafe == 2.1.2
8
- typing_extensions == 4.5.0
9
- Werkzeug == 2.2.3
10
- zipp == 3.13.0
9
+ Werkzeug == 2.3.3
10
+ zipp == 3.15.0
Original file line number Diff line number Diff line change @@ -8,25 +8,18 @@ Description: >
8
8
# More info about Globals: https://github.com/awslabs/serverless-application-model/blob/master/docs/globals.rst
9
9
Globals :
10
10
Function :
11
- Timeout : 29
11
+ Timeout : 10
12
12
13
13
Resources :
14
14
FlaskFunction :
15
15
Type : AWS::Serverless::Function
16
16
Properties :
17
17
PackageType : Image
18
- MemorySize : 1024
18
+ MemorySize : 256
19
19
Events :
20
- Root :
20
+ ApiEvent :
21
21
Type : HttpApi
22
- Properties :
23
- Path : /
24
- Method : ANY
25
- Proxy :
26
- Type : HttpApi
27
- Properties :
28
- Path : /{proxy+}
29
- Method : ANY
22
+
30
23
Metadata :
31
24
Dockerfile : Dockerfile
32
25
DockerContext : ./app
You can’t perform that action at this time.
0 commit comments