Hey all! Situation I defined a `apigateway.RestAP...
# getting-started
b
Hey all! Situation I defined a
apigateway.RestAPI
using OpenAPI. That worked fine so far! Though, there is not integration with the endpoint yet. Question How do I define an event handler for an endpoint defined with OpenAPI to trigger a certain lambda (or how to setup what is shown on the screenshot with pulumi and OpenAPI 3.0)? Setup I am using pulumi with TypeScript. I'd appreciate any help and thanks in advance!!