After I deployed my Open API in API gateway with lambda integration, I don't see the integration in Lambda itself. But I'm able to call the lambda from API gateway. Is this normal when integrating with Open API?
Asked
Active
Viewed 286 times
0

John Rotenstein
- 241,921
- 22
- 380
- 470

Ruelos Joel
- 2,209
- 3
- 19
- 33
-
Yes that's normal. Lambda is the backend for API Gateway in this instance. API Gateway isn't considered a "trigger". – Mark B Oct 31 '21 at 19:36
-
Not a trigger as Mark said – Chris Maggiulli Oct 31 '21 at 20:49
-
@MarkB does this break the event-driven architecture of lambda? – Ruelos Joel Nov 01 '21 at 01:07