kierans777
10/09/2021, 1:15 PM/accounts/{id}/transactions
? All the examples are single path segments like /notes
but the app I want to port to SST have multi pathFrank
new Api(this, "Api", {
routes: {
"GET /accounts/{id}/transactions": "src/lambda.main",
...
},
});