Question 364:
You are a software engineer and creating a serverless application in AWS to process photos. When each image is uploaded to an S3 bucket, a Lambda function is invoked. This Lambda function then calls Amazon Rekognition to detect text in the image. The returned results are saved in a DynamoDB table. You have used a template provided by AWS Serverless Application Model (AWS SAM) to build and deploy the whole application. For the above mentioned AWS services, which one do you still need to pay even if the service is not used?
Answer options:
A.Lambda function B.SAM Template C.API Gateway D.Rekognition Image Analysis E.None of the above