@@ -69,7 +69,7 @@ def __init__(self, scope: cdk.Construct, construct_id: str, cognito_stack_name="
6969 entry = 'src/api' ,
7070 index = 'locations.py' ,
7171 handler = 'lambda_handler' ,
72- runtime = lmbd .Runtime .PYTHON_3_8 ,
72+ runtime = lmbd .Runtime .PYTHON_3_9 ,
7373 memory_size = 1024 ,
7474 tracing = lmbd .Tracing .ACTIVE ,
7575 environment = {
@@ -84,7 +84,7 @@ def __init__(self, scope: cdk.Construct, construct_id: str, cognito_stack_name="
8484 entry = 'src/api' ,
8585 index = 'resources.py' ,
8686 handler = 'lambda_handler' ,
87- runtime = lmbd .Runtime .PYTHON_3_8 ,
87+ runtime = lmbd .Runtime .PYTHON_3_9 ,
8888 memory_size = 1024 ,
8989 tracing = lmbd .Tracing .ACTIVE ,
9090 environment = {
@@ -99,7 +99,7 @@ def __init__(self, scope: cdk.Construct, construct_id: str, cognito_stack_name="
9999 entry = 'src/api' ,
100100 index = 'bookings.py' ,
101101 handler = 'lambda_handler' ,
102- runtime = lmbd .Runtime .PYTHON_3_8 ,
102+ runtime = lmbd .Runtime .PYTHON_3_9 ,
103103 memory_size = 1024 ,
104104 tracing = lmbd .Tracing .ACTIVE ,
105105 environment = {
@@ -116,7 +116,7 @@ def __init__(self, scope: cdk.Construct, construct_id: str, cognito_stack_name="
116116 entry = 'src/api' ,
117117 index = 'authorizer.py' ,
118118 handler = 'lambda_handler' ,
119- runtime = lmbd .Runtime .PYTHON_3_8 ,
119+ runtime = lmbd .Runtime .PYTHON_3_9 ,
120120 memory_size = 1024 ,
121121 tracing = lmbd .Tracing .ACTIVE ,
122122 environment = {
0 commit comments