Examlex

Solved

Given the Source Code for an AWS Lambda Function in the Local

question 296

Multiple Choice

Given the source code for an AWS Lambda function in the local store.py containing a handler function called get_store and the following AWS CloudFormation template: Given the source code for an AWS Lambda function in the local store.py containing a handler function called get_store and the following AWS CloudFormation template:   What should be done to prepare the template so that it can be deployed using the AWS CLI command aws cloudformation deploy ? A)  Use aws cloudformation compile to base64 encode and embed the source file into a modified CloudFormation template. Use aws cloudformation compile to base64 encode and embed the source file into a modified CloudFormation template. B)  Use aws cloudformation package to upload the source code to an Amazon S3 bucket and produce a modified CloudFormation template. aws cloudformation package to upload the source code to an Amazon S3 bucket and produce a modified CloudFormation template. C)  Use aws lambda zip to package the source file together with the CloudFormation template and deploy the resulting zip archive. aws lambda zip to package the source file together with the CloudFormation template and deploy the resulting zip archive. D)  Use aws serverless create-package to embed the source file directly into the existing CloudFormation template. aws serverless create-package to embed the source file directly into the existing CloudFormation template. What should be done to prepare the template so that it can be deployed using the AWS CLI command aws cloudformation deploy ?


Definitions:

General Journal

A primary accounting record used to record all types of transactions except for those related to specific tasks, such as sales or purchases, which have their own journals.

General Ledger Control Account

A General Ledger Control Account is a summary account that consolidates the total balances of all accounts in a subsidiary ledger, used to maintain integrity in financial reporting.

Subsidiary Ledger

A detailed ledger that contains the individual accounts with a common characteristic, supporting entries recorded in a general ledger.

Accounting Period

The span of time at the end of which a company's financial statements are prepared, typically a quarter or year.

Related Questions