Skip to content

Commit 9c646c9

Browse files
authored
Merge pull request #192 from LBHackney-IT/update-python-version
Update orchestrator lambda python runtime
2 parents 06ec52a + 80e4fc0 commit 9c646c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DocumentsApi/serverless.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ functions:
8282
package:
8383
artifact: ./bin/release/net8.0/documents-api.zip
8484
DocumentsOrchestrator:
85-
runtime: python3.7
85+
runtime: python3.14
8686
name: ${self:service}-documents-orchestrator
8787
handler: lambda-orchestrator.lambda_handler
8888
lambdaInsights: true

0 commit comments

Comments
 (0)