AWS Serverless Microservices with Patterns and Best Practices - Create a New Project for API Gateway-Lambda Synchronous

AWS Serverless Microservices with Patterns and Best Practices - Create a New Project for API Gateway-Lambda Synchronous

Assessment

Interactive Video

Information Technology (IT), Architecture

University

Hard

Created by

Quizizz Content

FREE Resource

This video tutorial guides users through setting up a project for API Gateway and Lambda asynchronous microservices using AWS CDK. It begins with opening a terminal and creating a new project folder. The tutorial then covers creating a CDK application, selecting TypeScript as the programming language, and finally opening the project in Visual Studio Code for further development. The instructor emphasizes the use of TypeScript due to its compatibility with CDK and provides step-by-step instructions for each process.

Read more

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the first step in setting up the project for API Gateway and Lambda using AWS CDK?

Install AWS CLI

Open a command window

Create a GitHub repository

Download Visual Studio Code

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the name of the new project folder created for the AWS CDK project?

Lambda CDK

API Gateway Project

Lambda Project

CDK Setup

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command is used to initialize a standard CDK application?

cdk init app

cdk start project

cdk create app

cdk new application

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why is TypeScript chosen as the language for the CDK application in the tutorial?

It is faster than other languages

It is easier to learn

It is open source and the CDK is written in it

It is the only supported language

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What tool is used to open the CDK project for development?

Sublime Text

Atom

Visual Studio Code

Notepad++