You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am reading about Mangum adapter but wondering if I already have a API Gateway and Lamdba using REST, and I want to introduce an SQS queue that can trigger same or other lambda but i want to use Mangum API I already built - can I form an SQS event that looks like a REST Post method and have that handled by the default handler? Or do I have to intercept the event as in your documentation on Adapters. I want SQS queue to invoke FAST API the same was as API Gateway. Maybe overkill?
thank you!
Marty
The text was updated successfully, but these errors were encountered:
Hi, I am reading about Mangum adapter but wondering if I already have a API Gateway and Lamdba using REST, and I want to introduce an SQS queue that can trigger same or other lambda but i want to use Mangum API I already built - can I form an SQS event that looks like a REST Post method and have that handled by the default handler? Or do I have to intercept the event as in your documentation on Adapters. I want SQS queue to invoke FAST API the same was as API Gateway. Maybe overkill?
thank you!
Marty
The text was updated successfully, but these errors were encountered: