Kujtim Hoxha
07/28/2021, 9:21 PMSeed
, e.x picture shows different endpoints but there is no real way to know which one is whichFrank
functionName
name in your route, ie:
new sst.Api(this, "Api", {
routes: {
"GET /": {
functionName: `${app.stage}-get-users`,
handler: "src/lambda.main",
}
},
});
Kujtim Hoxha
07/28/2021, 9:26 PMFrank
Kujtim Hoxha
07/28/2021, 9:26 PMKujtim Hoxha
07/28/2021, 9:27 PM