Kevin Wright
06/06/2022, 2:51 PMSeth Geoghegan
06/06/2022, 3:45 PMKevin Wright
06/06/2022, 4:25 PMApi>Lambda>StepFunction
? where the center lambda is "proxying" the event/payload to your step function, using the SDK within the lambdaSeth Geoghegan
06/06/2022, 4:28 PMKevin Wright
06/06/2022, 4:29 PMKevin Wright
06/06/2022, 4:29 PMKevin Wright
06/06/2022, 4:30 PMSeth Geoghegan
06/06/2022, 4:30 PMSeth Geoghegan
06/06/2022, 4:30 PMSeth Geoghegan
06/06/2022, 4:31 PMKevin Wright
06/06/2022, 4:32 PMSeth Geoghegan
06/06/2022, 4:32 PMSeth Geoghegan
06/06/2022, 4:32 PMKevin Wright
06/06/2022, 4:33 PMKevin Wright
06/06/2022, 4:33 PMKevin Wright
06/06/2022, 4:34 PMKevin Wright
06/06/2022, 4:35 PMKevin Wright
06/06/2022, 4:46 PMSeth Geoghegan
06/06/2022, 4:51 PMSeth Geoghegan
06/06/2022, 4:52 PMFrank
sst.Api
ur code is a lot more concise than u were to write CDK code
new Api(stack, "Api", {
routes: {
"GET /notes": "src/list.main",
"POST /notes": "src/create.main",
"$default" : "src/default.main",
},
});
Frank
Klaus
06/07/2022, 6:35 PM