File tree Expand file tree Collapse file tree
no-index-fail/src/http/get-foo
no-index-pass/src/http/get-foo
greedy-get-index/src/http/get-index
param-exact/src/http/get-000param-there
root-param/src/http/get-000param Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11@aws
2- runtime nodejs18 .x
2+ runtime nodejs24 .x
33# timeout 30
44# concurrency 1
55# memory 1152
Original file line number Diff line number Diff line change 11@aws
2- runtime nodejs18 .x
2+ runtime nodejs24 .x
33# timeout 30
44# concurrency 1
55# memory 1152
Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ queue-custom
1414@http
1515get / # runs default
1616# Runtimes
17+ get /nodejs24.x
1718get /nodejs22.x
1819get /nodejs20.x
19- get /nodejs18.x
2020get /node-esm
2121get /python3.13
2222get /python3.9
Original file line number Diff line number Diff line change 11@aws
2- runtime nodejs18 .x
2+ runtime nodejs24 .x
33timeout 12
44# concurrency 1
55# memory 1152
Original file line number Diff line number Diff line change 11exports . handler = async ( event ) => {
22 const body = event
3- body . message = 'Hello from get /nodejs18 .x (running nodejs18 .x)'
3+ body . message = 'Hello from get /nodejs24 .x (running nodejs24 .x)'
44 return {
55 statusCode : 200 ,
66 headers : { 'content-type' : 'application/json' } ,
Original file line number Diff line number Diff line change 11@aws
2- runtime nodejs18 .x
2+ runtime nodejs24 .x
33timeout 10
44# concurrency 1
55# memory 1152
Original file line number Diff line number Diff line change 11@aws
2- runtime nodejs18 .x
2+ runtime nodejs24 .x
33timeout 10
44# concurrency 1
55# memory 1152
Original file line number Diff line number Diff line change 11@aws
2- runtime nodejs18 .x
2+ runtime nodejs24 .x
33timeout 10
44# concurrency 1
55# memory 1152
You can’t perform that action at this time.
0 commit comments