File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
aws-node-express-dynamodb-api
aws-python-flask-dynamodb-api Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ provider:
66 name : aws
77 runtime : nodejs20.x
88 # Uncomment to easily set up a custom domain. Read the docs for more details:
9- # https://www.serverless.com/framework/docs/providers/aws/guide/alerts
9+ # https://www.serverless.com/framework/docs/providers/aws/guide/domains
1010 # domain: api.example.com
1111
1212functions :
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ provider:
1111 name : aws
1212 runtime : nodejs20.x
1313 # Uncomment to easily set up a custom domain. Read the docs for more details:
14- # https://www.serverless.com/framework/docs/providers/aws/guide/alerts
14+ # https://www.serverless.com/framework/docs/providers/aws/guide/domains
1515 # domain: api.example.com
1616 iam :
1717 role :
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ provider:
55 name : aws
66 runtime : nodejs20.x
77 # Uncomment to easily set up a custom domain. Read the docs for more details:
8- # https://www.serverless.com/framework/docs/providers/aws/guide/alerts
8+ # https://www.serverless.com/framework/docs/providers/aws/guide/domains
99 # domain: api.example.com
1010
1111functions :
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ provider:
1010 name : aws
1111 runtime : python3.12
1212 # Uncomment to easily set up a custom domain. Read the docs for more details:
13- # https://www.serverless.com/framework/docs/providers/aws/guide/alerts
13+ # https://www.serverless.com/framework/docs/providers/aws/guide/domains
1414 # domain: api.example.com
1515
1616functions :
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ provider:
1919 name : aws
2020 runtime : python3.12
2121 # Uncomment to easily set up a custom domain. Read the docs for more details:
22- # https://www.serverless.com/framework/docs/providers/aws/guide/alerts
22+ # https://www.serverless.com/framework/docs/providers/aws/guide/domains
2323 # domain: api.example.com
2424 iam :
2525 role :
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ provider:
55 name : aws
66 runtime : python3.12
77 # Uncomment to easily set up a custom domain. Read the docs for more details:
8- # https://www.serverless.com/framework/docs/providers/aws/guide/alerts
8+ # https://www.serverless.com/framework/docs/providers/aws/guide/domains
99 # domain: api.example.com
1010
1111functions :
You can’t perform that action at this time.
0 commit comments