AWS-Certified-Developer-Associate Exam Question 46

When developing an AWS Lambda function that processes Amazon Kinesis Data Streams, Administrators within the company must receive a notice that includes the processed data.
How should the Developer write the function to send processed data to the Administrators?
  • AWS-Certified-Developer-Associate Exam Question 47

    An account owner has created an IAM user with the name examkiller. The account owner wants to give
    EC2 access of only the US West region to that IAM user. How can the owner configure this?
  • AWS-Certified-Developer-Associate Exam Question 48

    Which of the following platforms are supported by Elastic Beanstalk? (Choose two.)
  • AWS-Certified-Developer-Associate Exam Question 49

    A Developer has written code for an application and wants to share it with other Developers on the team to receive feedback. The shared application code needs to be stored long-term with multiple versions and batch change tracking.
    Which AWS service should the Developer use?
  • AWS-Certified-Developer-Associate Exam Question 50

    A company maintains a REST service using Amazon API Gateway and the API Gateway native API key validation. The company recently launched a new registration page, which allows users to sign up for the service. The registration page creates a new API key using CreateApiKey and sends the new key to the user.
    When the user attempts to call the API using this key, the user receives a 403 Forbidden error. Existing users are unaffected and can still call the API.
    What code updates will grant these new users access to the API?