Register
4:00
Stop
AWS Certified Solutions Architect - Amazon EC2 Container Registry - Integration with Other AWS Services
Expert
1/4
You have deployed an application in AWS Lambda that performs real-time image processing. You need external clients to send images to the Lambda function for processing. What is the best way to achieve this?
a.
Invoke the Lambda function directly from the client application using the AWS SDK.
b.
Expose the Lambda function using API Gateway as a REST API for clients to send images to.
c.
Use AWS App Runner to deploy the application and provide a REST API.
d.
Create an S3 bucket to receive images, and use S3 event notifications to trigger the Lambda function on object creation.
Expert