When solution will meet these requirements?

A developer is building an application that gives users the ability to view bank account from multiple sources in a single dashboard. The developer has automated the process to retrieve API credentials for these sources. The process invokes an AWS Lambda function that is associated with an AWS CloudFormation cotton...

February 16, 2025 No Comments READ MORE +

What should the developer do to reduce the size of the Lambda deployment packages with the LEAST operational overhead?

A developer is designing a serverless application with two AWS Lambda functions to process photos. One Lambda function stores objects in an Amazon S3 bucket and stores the associated metadata in an Amazon DynamoDB table. The other Lambda function fetches the objects from the S3 bucket by using the metadata...

February 15, 2025 No Comments READ MORE +

Which solution will meet these requirements MOST efficiently?

A developer is building a new application on AWS. The application uses an AWS Lambda function that retrieves information from an Amazon DynamoDB table. The developer hard coded the DynamoDB table name into the Lambda function code. The table name might change over time. The developer does not want to...

February 15, 2025 No Comments READ MORE +

Which solution will meet this requirement with LEAST current and future effort?

A company is migrating an on-premises database to Amazon RDS for MySQL. The company has read-heavy workloads. The company wants to refactor the code to achieve optimum read performance for queries. Which solution will meet this requirement with LEAST current and future effort?A . Use a multi-AZ Amazon RDS deployment....

February 14, 2025 No Comments READ MORE +

Which solution will meet these requirements?

A developer is testing a new file storage application that uses an Amazon CloudFront distribution to serve content from an Amazon S3 bucket. The distribution accesses the S3 bucket by using an origin access identity (OAI). The S3 bucket's permissions explicitly deny access to all other users. The application prompts...

February 13, 2025 No Comments READ MORE +

How can the developer accomplish this?

A developer has a legacy application that is hosted on-premises. Other applications hosted on AWS depend on the on-premises application for proper functioning. In case of any application errors, the developer wants to be able to use Amazon CloudWatch to monitor and troubleshoot all applications from one place. How can...

February 13, 2025 No Comments READ MORE +

Which solution should the developer implement to meet these requirements?

A developer is using AWS Amplify Hosting to build and deploy an application. The developer is receiving an increased number of bug reports from users. The developer wants to add end-to-end testing to the application to eliminate as many bugs as possible before the bugs reach production. Which solution should...

February 13, 2025 No Comments READ MORE +

How can a developer configure access to the S3 bucket in the MOST secure way?

An application that runs on AWS Lambda requires access to specific highly confidential objects in an Amazon S3 bucket. In accordance with the principle of least privilege a company grants access to the S3 bucket by using only temporary credentials. How can a developer configure access to the S3 bucket...

February 12, 2025 No Comments READ MORE +

Which solution will meet these requirements?

A developer has observed an increase in bugs in the AWS Lambda functions that a development team has deployed in its Node is application. To minimize these bugs, the developer wants to impendent automated testing of Lambda functions in an environment that Closely simulates the Lambda environment. The developer needs...

February 11, 2025 No Comments READ MORE +

How should the developer configure the Lambda function to detect changes to the DynamoDB table?

A developer is working on a serverless application that needs to process any changes to an Amazon DynamoDB table with an AWS Lambda function. How should the developer configure the Lambda function to detect changes to the DynamoDB table?A . Create an Amazon Kinesis data stream, and attach it to...

February 10, 2025 No Comments READ MORE +