Multiple Choice
A developer is creating an AWS Lambda function that generates a new file each time it runs. Each new file must be checked into an AWS CodeCommit repository hosted in the same AWS account. How should the developer accomplish this?
A) When the Lambda function starts, use the Git CLI to clone the repository. Check the new file into the cloned repository and push the change.
B) After the new file is created in Lambda, use cURL to invoke the CodeCommit API. Send the file to the repository.
C) Use an AWS SDK to instantiate a CodeCommit client. Invoke the put_file method to add the file to the repository.
D) Upload the new to an Amazon S3 bucket. Create an AWS Step Function to accept S3 events. In the Step Function, add the new file to the repository.
Correct Answer:

Verified
Correct Answer:
Verified
Q382: A gaming application stores scores for players
Q383: What is the maximum number of S3
Q384: A Developer must allow guest users without
Q385: An application will ingest data at a
Q386: In DynamoDB, what type of HTTP response
Q388: An application that runs on an Amazon
Q389: An application needs to encrypt data that
Q390: When developing an AWS Lambda function that
Q391: An application needs to encrypt data that
Q392: A developer is working on an ecommerce