How invoking lambda function from cloud front without passing by apigateway

19 Views Asked by At

Actually, I invoke a lambda function by url that pass by apigateway. I have an import function that take more than 30 seconds so in this case the apigateway return cancelled. My question is there are methods to invoke the lambda without passing by apigateway?

0

There are 0 best solutions below