List of questions
Related questions
Question 45 - DEA-C01 discussion
A company has a frontend ReactJS website that uses Amazon API Gateway to invoke REST APIs. The APIs perform the functionality of the website. A data engineer needs to write a Python script that can be occasionally invoked through API Gateway. The code must return results to API Gateway.
Which solution will meet these requirements with the LEAST operational overhead?
Deploy a custom Python script on an Amazon Elastic Container Service (Amazon ECS) cluster.
Create an AWS Lambda Python function with provisioned concurrency.
Deploy a custom Python script that can integrate with API Gateway on Amazon Elastic Kubernetes Service (Amazon EKS).
Create an AWS Lambda function. Ensure that the function is warm by scheduling an Amazon EventBridge rule to invoke the Lambda function every 5 minutes by using mock events.
0 comments
Leave a comment first