Is there any way to invoke AWS Lambda from AWS EC2 backend without using API Gateway?

Viewed 35

Is there any way to invoke AWS Lambda from AWS EC2 backend without using API Gateway? Java Spring Boot is used as the backend.

Previously, the backend (Java Spring Boot) was communicating with AWS Lambda through API Gateway, but I want to communicate with AWS Lambda directly without using API Gateway.

1 Answers
Related