AWS-Certified-Developer-Associate Exam Question 6

A company is using AWS CodeBuild to compile a website from source code stored in AWS CodeCommit. A recent change to the source code has resulted in the CodeBuild project being unable to successfully compile the website.
How should the Developer identify the cause of the failures?
  • AWS-Certified-Developer-Associate Exam Question 7

    An application runs on multiple EC2 instances behind an ELB.
    Where is the session data best written so that it can be served reliably across multiple requests?
  • AWS-Certified-Developer-Associate Exam Question 8

    A company's director of information security wants a daily email report from AWS that contains recommendations for each company account to meet AWS Security best practices.
    Which solution would meet these requirements?
  • AWS-Certified-Developer-Associate Exam Question 9

    A Developer has created a large Lambda function, and deployment is failing with the following error:
    ClientError: An error occurred (InvalidParameterValueException) when calling the CreateFunction operation: Unzipped size must be smaller than XXXXXXXXX bytes', where XXXXXXXXX is the current Lambda limit What can the Developer do to fix this problem?
  • AWS-Certified-Developer-Associate Exam Question 10

    A developer wants to insert a record into an Amazon DynamoDB table as soon as a new file is added to an Amazon S3 bucket.
    Which set of steps would be necessary to achieve this?