Skip to content

Commit 700fc33

Browse files
author
sapientum8
committed
add params
1 parent 52b63c7 commit 700fc33

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

aws-python-http-api/serverless.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@ frameworkVersion: '4'
33

44
provider:
55
name: aws
6-
runtime: python3.12
7-
6+
runtime: python3.13
7+
environment:
8+
APP_DOMAIN: ${param:domain}
9+
KEY: ${param:key}
810
functions:
911
hello:
1012
handler: handler.hello

0 commit comments

Comments
 (0)