From the course: AWS Certified Data Engineer Associate (DEA-C01) Cert Prep
Unlock this course with a free trial
Join today to access over 25,300 courses taught by industry experts.
Hands-on learning: Run a SAM app using CloudShell
From the course: AWS Certified Data Engineer Associate (DEA-C01) Cert Prep
Hands-on learning: Run a SAM app using CloudShell
(light music) - [Instructor] Hey, guys, in this lesson, we're going to use AWS SAM, and we'll run a very simple SAM application. It's just a simple Hello, world! application that's built into SAM, and we're going to use CloudShell to actually execute it. So I've opened up CloudShell, and I also have this document in the course download. So you'll find it in the aws-lambda directory, sam-cli-commands.md First thing we need to do is we need to work out what version of Python CloudShell is actually using. Okay, in this case, it is 3.9. So we can see in the sam init command here that we're going to run, it's got python3.9 as the runtime. Now what you'll need to do is if that output is different, if it says 3.10 or 3.11, or whatever it might be, then just make sure you change the runtime here to match whatever is actually installed in CloudShell at the time you watch this video, okay? Now I've done this video before, even like couple of years ago. It's basically exactly the same except…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
-
-
-
-
-
-
(Locked)
Introduction37s
-
(Locked)
Serverless services and event-driven architecture4m 57s
-
(Locked)
Amazon Simple Queue Service (SQS)9m 18s
-
(Locked)
Amazon Simple Notification Service (SNS)3m 9s
-
(Locked)
AWS Step Functions2m 7s
-
(Locked)
Hands-on learning: Create a state machine for data analytics5m 14s
-
(Locked)
Amazon S3 event notifications1m 43s
-
(Locked)
Amazon EventBridge1m 15s
-
(Locked)
Hands-on learning: Create an event bus and rule5m 26s
-
(Locked)
Amazon Managed Workflows for Apache Airflow2m 15s
-
(Locked)
Hands-on learning: Orchestrate EMR tasks using Amazon MWAA9m 39s
-
(Locked)
AWS CloudFormation4m 16s
-
(Locked)
Hands-on learning: Create an AWS Glue Catalog with partitions8m 18s
-
(Locked)
AWS Serverless Application Model (SAM)4m 22s
-
(Locked)
Hands-on learning: Run a SAM app using CloudShell7m 54s
-
(Locked)
AWS Cloud Development Kit (CDK)1m 52s
-
(Locked)
CI/CD overview5m 59s
-
AWS CodeCommit and CodePipeline3m 59s
-
(Locked)
Hands-on learning: Install Git5m 49s
-
(Locked)
Hands-on learning: Deploy an AWS Glue job with CodePipeline11m 29s
-
(Locked)
-
-