
Ultimate access to all questions.
A hospital has implemented a RESTful API using Amazon API Gateway and AWS Lambda for uploading PDF and JPEG reports. They require a Lambda function update to detect protected health information (PHI) within these reports. What is the solution with minimal operational overhead for this requirement?
A
Leverage Python libraries for text extraction and PHI identification from the reports.
B
Employ Amazon Textract for text extraction, followed by Amazon SageMaker for PHI detection.
C
Utilize Amazon Textract for text extraction and Amazon Comprehend Medical for automated PHI identification.
D
Apply Amazon Rekognition for text extraction and Amazon Comprehend Medical for identifying PHI.