Serverless Architectures on AWS - Week 1 Quiz

A passionate full-stack developer from @ePlus.DEV
Search for a command to run...

A passionate full-stack developer from @ePlus.DEV
No comments yet. Be the first to comment.
A serverless architecture is a way to build and run applications and services without having to manage infrastructure. Your application still runs on servers, but all the server management is done by AWS.
About this Course A modern software engineer knows how to use the benefits of managed services from Amazon Web Services to reduce the coding needed to get a project across the line. There’s a lot of code you really don’t need to write when you can us...
🏕️ Arcade Base Camp August 2026 Welcome to Arcade Base Camp August 2026, where you’ll develop key Google Cloud skills and earn an exclusive credential that will open doors to the cloud for you. No pr

Một bản tin giúp Developer cập nhật nhanh AI, Cloud, Open Source và những công nghệ đáng chú ý trong ngày. 📌 Executive Summary Google Cloud giới thiệu hai Database Operations Agents hỗ trợ onboard

Một bản tin giúp Developer cập nhật nhanh AI, Cloud, Open Source và những công nghệ đáng chú ý trong ngày. 📌 Executive Summary SK hynix và Sandisk công bố đặc tả mở đầu tiên cho High Bandwidth Fla

Challenge overview In a challenge lab you’re given a scenario and a set of tasks. Instead of following step-by-step instructions, you will use the skills learned from the labs in the course to figure

Một bản tin giúp Developer cập nhật nhanh AI, Cloud, Open Source và những công nghệ đáng chú ý trong ngày. 📌 Executive Summary OpenAI công bố mười kết quả mới cho các bài toán lâu năm trong toán h

This week, you explore tools and practices that can help you automate tasks that you do in AWS. First, you learn about AWS CloudFormation so you can automate the creation of your infrastructure. Then, you learn about the AWS Serverless Application Model (AWS SAM). AWS SAM is an extension of CloudFormation you can use to automate both the infrastructure and packaging of your application. You also explore the use of Amazon Cognito for user sign-up and sign-in in an API-based application.
Learning Objectives
Describe the benefits of automating the management of cloud infrastructure.
Create a serverless API with AWS SAM that uses AWS Lambda, Amazon Simple Storage Service (Amazon S3), and Amazon DynamoDB.
Describe the parts of an authenticated serverless application and API that uses Amazon Cognito and Amazon API Gateway.
Which AWS service facilitates the use of infrastructure as code (IaC) for cloud development?
Amazon CloudFront
AWS CloudFormation
Amazon Cognito
AWS Elastic Beanstalk
What are reasons for using AWS Serverless Application Model (AWS SAM) instead of AWS CloudFormation? (Select TWO.)
AWS SAM uses a shorthand syntax for functions, APIs, databases, and event source mappings.
AWS SAM makes it possible to define resources by using a programming language model.
The AWS SAM CLI can automate the creation of an AWS Lambda package, including dependencies.
AWS SAM provides a more structured reuse format than CloudFormation.
AWS SAM can be used to automate the configuration and deployment of an AWS service.
An application architect is building an application that requires users to create accounts and sign in to the application. Which AWS feature would help with this requirement?
Amazon Cognito user pools
Amazon Cognito identity pools
AWS Identity and Access Management (IAM) roles
AWS Identity and Access Management (IAM) users
