К содержимому
learnspaceYOUR NEXT CHAPTER
ПРОСТРАНСТВО ОБУЧЕНИЯ
ГлавнаяКаталог курсовМоё обучениеCoursera

Знания без границ

Учитесь у лучших университетов и компаний мира.

Открыть Coursera
Интеграция
Пространство университета
Моё пространствоСтраница курса
↵
ЯЛичный кабинетСтудент
© 2026 LearnSpaceКаждый день — возможность узнать больше.Помощь
Mastering AWS SAM and Lambda - A Complete Hands-on Journey · LearnSpace
Назад в каталог
courseraIT и технологии

Mastering AWS SAM and Lambda - A Complete Hands-on Journey

Курс от Packt
Средний≈ 15.5 чАнглийский
О курсеНавыкиПрограммаПреподаватели

О курсе

This course features Coursera Coach! A smarter way to learn with interactive, real-time conversations that help you test your knowledge, challenge assumptions, and deepen your understanding as you progress through the course. This comprehensive course takes you through everything you need to master AWS Serverless Application Model (SAM) and AWS Lambda. You'll start by setting up your development environment, including installing AWS CLI, Docker, and configuring Visual Studio Code with AWS Toolkit. After this, you will dive into creating your first Lambda function and exploring AWS SAM, where you'll learn how to build, test, and deploy serverless applications. You'll also explore important AWS services like Step Functions and DynamoDB through hands-on projects like building a RESTful API or a thumbnail service with S3. The course provides a deep dive into best practices for serverless development, including security, debugging, and optimizing your Lambda functions. You'll also learn the fundamentals of AWS SAM templates, YAML configuration, and how to integrate AWS services with Lambda to create robust serverless solutions. This course is ideal for developers and IT professionals who want to build serverless applications using AWS technologies. It offers a balanced approach to theory and practice, ensuring you'll gain the skills needed to develop real-world applications and scale them efficiently in the cloud. No prior experience with AWS is required, but familiarity with programming and basic cloud concepts will be helpful.

Навыки, которые вы освоите

Serverless ComputingRestful APIIntegrated Development EnvironmentsAmazon Web ServicesYAMLDevelopment EnvironmentDebuggingNode.JSApplication DeploymentAmazon DynamoDBEmail AutomationComputer VisionCloud ApplicationsAmazon S3Cloud DevelopmentSoftware Development ToolsAWS CloudFormation

Программа курса

15 модулей · 109 учебных материалов

01Introduction5 материалов

Introduction

Introduction - About InstructorВидеоFull Course ResourcesЧтениеCourse ObjectivesВидеоWhat You'll Learn and Course PrerequisitesВидео

Учитесь у экспертов

Packt - Course Instructors

Преподаватель курса

Mastering AWS SAM and Lambda - A Complete Hands-on Journey
В каталоге вашей программы

Инвестируйте в себя

Новые знания — в удобное для вас время.

Начать на Coursera

Обучение откроется на Coursera
в новой вкладке

Обучение на Coursera

≈ 15.5 ч

15 модулей

Язык: Английский

Субтитры: Казахский

Часть программы вашего университета
Important - Note to "OLD" StudentsВидео
02Development Environment Setup - AWS SAM CLI & VS Code with AWS Toolkit11 материалов

Development Environment Setup - AWS SAM CLI & VS Code with AWS Toolkit

Create your First Lambda Function in AWS Management ConsoleВидеоSetup an AWS ProfileВидеоSetup Your Development Environment - OverviewВидеоInstall NodeJSВидеоInstall VSCode & Setup AWS ToolkitВидеоInstall the AWS CLIВидеоSetting up AWS ConfigurationsВидеоInstall DockerВидеоInstall AWS SAM CLIВидеоDeploying Your First AWS Lambda FunctionDIALOGUEDevelopment Environment Setup - AWS SAM CLI & VS Code with AWS Toolkit - AssessmentЗадание
03AWS Lambda & AWS SAM Framework In Depth9 материалов

AWS Lambda & AWS SAM Framework In Depth

Introduction to AWS SAMВидеоCreating and Running Our First AWS SAM ApplicationВидеоDeploying the AWS SAM App to AWS CloudВидеоHosting the API LocallyВидеоInvoke your Lambda Function DirectlyВидеоDeleting the StackВидеоWhat We've Done So FarВидеоExploring AWS SAM (Serverless Application Model)DIALOGUEAWS Lambda & AWS SAM Framework In Depth - AssessmentЗадание
04AWS SAM & AWS Toolkit6 материалов

AWS SAM & AWS Toolkit

Creating an AWS SAM Serverless Application in VS Code and with AWS ToolkitВидеоDeploying to AWS CloudВидеоRun and Debug Directly from the ProjectВидеоSection Summary - AWS ToolkitВидеоDeploying Serverless Applications Using AWS Toolkit in VS CodeDIALOGUEAWS SAM & AWS Toolkit - AssessmentЗадание
05AWS SAM Deep Dive - SAM Specifications12 материалов

AWS SAM Deep Dive - SAM Specifications

Creating Lambda Function Using Any RuntimeВидеоYAML Crash CourseВидеоAWS Lambda and SAM Framework Core ConceptsВидеоFunctions Timeout and Memory AllocationВидеоIAM Permissions for Lambda FunctionsВидеоEnvironment Variables in AWS LambdaВидеоVPC for Lambda FunctionsВидеоCleanup the App StackВидеоAWS SAM and CloudFormation - Background OverviewВидеоAWS Lambda PricingВидеоAWS Lambda Functions and Serverless ArchitectureDIALOGUEAWS SAM Deep Dive - SAM Specifications - AssessmentЗадание
06AWS SAM and Anatomy5 материалов

AWS SAM and Anatomy

AWS SAM Template Deep Dive - OverviewВидеоSAM Template AnatomyВидеоAWS SAM Resource Types - SimpleTableВидеоUnderstanding AWS SAM Template AnatomyDIALOGUEAWS SAM and Anatomy - AssessmentЗадание
07AWS Step Functions - An Introduction8 материалов

AWS Step Functions - An Introduction

Step Functions IntroductionВидеоCreating Our First Step FunctionВидеоAdding a Wait State into the State Machine in Step FunctionsВидеоWait State in Step FunctionsВидеоChoice State - Full ExampleВидеоThe Task State - Step Functions with Lambda FunctionsВидеоExploring AWS Step FunctionsDIALOGUEAWS Step Functions - An Introduction - AssessmentЗадание
08Step Functions & State Machine Using VS Code Toolkit6 материалов

Step Functions & State Machine Using VS Code Toolkit

Creating Step Functions with AWS SAM CLI and VS CodeВидеоCreating State Machine from Template with VS Code AWS ToolkitВидеоUpdating a State MachineВидеоSection SummaryВидеоCreating AWS Step Functions with VS Code and SAM CLIDIALOGUEStep Functions & State Machine Using VS Code Toolkit - AssessmentЗадание
09[Hands-On] - Real World Example 1 - S3 Thumbnail Service15 материалов

[Hands-On] - Real World Example 1 - S3 Thumbnail Service

S3 Thumbnail Service OverviewВидеоCreate Thumbnail Project and Adding Policies and S3 PermissionsВидеоSetting up the Thumbnail GeneratorВидеоDeploying the Thumbnail Service and Testing it OutВидеоAdding a Layer Dependency to Our Function - Debug SessionВидеоCreating DynamoDB TableВидеоPolicy Template - OverviewВидеоSaving Thumbnail Metadata to DynamoВидеоCreating a REST API Gateway for Thumbnail Metadata - List All ThumbnailsВидеоGetting an Item ThumbnailВидеоThumbnail Service CleanupВидеоDelete Item ImageВидеоFinal ThoughtsВидеоBuilding a Serverless S3 Thumbnail ServiceDIALOGUE[Hands-On] - Real World Example 1 - S3 Thumbnail Service - AssessmentЗадание
10[Hands-On] - Real World Example 2 - RESTful API with Python5 материалов

[Hands-On] - Real World Example 2 - RESTful API with Python

REST API with Python and Code WalkthroughВидеоTesting and Debugging the CRUD Python RESTful APIВидеоFinal Thoughts on Python CRUD API and CleanupВидеоBuilding a REST API with Python and AWSDIALOGUE[Hands-On] - Real World Example 2 - RESTful API with Python - AssessmentЗадание
11[Hands-On] - Real World Example 3 - Todo REST API with NodeJS11 материалов

[Hands-On] - Real World Example 3 - Todo REST API with NodeJS

Getting Started with TODO REST API NodeJSВидеоCode Walkthrough for Create FunctionВидеоCode Walkthrough for Delete FunctionВидеоCode Walkthrough for Get FunctionВидеоCode Walkthrough for List FunctionВидеоCode Walkthrough for Update FunctionВидеоTODO API TestingВидеоTODO API CleanupВидеоNext Steps for REST APIВидеоBuilding REST APIs with Node.js and AWS ServicesDIALOGUE[Hands-On] - Real World Example 3 - Todo REST API with NodeJS - AssessmentЗадание
12[Hands-On] - Send Email with SES, API Gateway, Lambda5 материалов

[Hands-On] - Send Email with SES, API Gateway, Lambda

Amazon SES OverviewВидеоSES Service Code WalkthroughВидеоSES Service TestingВидеоSending Emails with Amazon SES and AWS LambdaDIALOGUE[Hands-On] - Send Email with SES, API Gateway, Lambda - AssessmentЗадание
13[Hands-On] - Face Rekognition with Python3 материалов

[Hands-On] - Face Rekognition with Python

Amazon Rekognition - Code Walkthrough and TestingВидеоWorking with AWS Face Recognition ServicesDIALOGUE[Hands-On] - Face Rekognition with Python - AssessmentЗадание
14[Hands-On] - Amazon Comprehend and Scheduled News5 материалов

[Hands-On] - Amazon Comprehend and Scheduled News

Amazon Comprehend and News Scheduler - OverviewВидеоNews Scheduler Code Walkthrough & Debugging and TestingВидеоDebugging and Finalizing the Amazon Comprehend ServiceВидеоAutomating News Sentiment Analysis with AWSDIALOGUE[Hands-On] - Amazon Comprehend and Scheduled News - AssessmentЗадание
15Next Steps3 материалов

Next Steps

Next StepsВидеоFull Course Practice AssessmentЗаданиеFull Course AssessmentЗадание