Computing with AWS Serverless APIs and Apps: Computing with AWS Serverless APIs & Apps

Computing with AWS Serverless APIs and Apps: Computing with AWS Serverless APIs & Apps

Get ready for your exam by enrolling in our comprehensive training course. This course includes a full set of instructional videos designed to equip you with in-depth knowledge essential for passing the certification exam with flying colors.

$14.99 / $24.99

Getting Started

  • 1. Introduction
    2m 44s
  • 2. What is AWS?
    1m 52s
  • 3. What is Serverless Development?
    5m 36s
  • 4. AWS Signup & First Serverless API
    8m 31s
  • 5. Why AWS?
    1m 1s
  • 6. Course Structure
    3m 22s
  • 7. How to get the Most out of this Course
    2m 21s

The Core Serverless Services

  • 1. Module Introduction
    43s
  • 2. An Overview over the Core Serverless Services
    5m 31s
  • 3. The Course Project
    2m 50s

Creating an API with API Gateway & AWS Lambda

  • 1. Module Introduction
    55s
  • 2. What is API Gateway?
    2m 17s
  • 3. Accessing the API Gateway Console
    1m 4s
  • 4. General API Gateway Features
    4m 47s
  • 5. API-specific Features & Options
    4m 50s
  • 6. Introducing the Request-Response Cycle
    4m 38s
  • 7. Understanding the Request-Response Cycle
    6m 12s
  • 8. Creating a New API
    3m 19s
  • 9. Creating a Resource (= URL Path)
    3m 15s
  • 10. Handling CORS and the OPTIONS Preflight Request
    4m 11s
  • 11. Creating a (HTTP) Method
    4m 11s
  • 12. What is AWS Lambda?
    2m 46s
  • 13. Creating a Lambda Function
    10m 5s
  • 14. Connecting Lambda Functions to API Gateway Endpoints
    1m 27s
  • 15. Accessing the API from the Web & Fixing CORS Issues
    7m 25s
  • 16. Understanding "event" in Lambda Functions
    1m 59s
  • 17. Forwarding Requests with "Proxy Integration"
    3m 52s
  • 18. Accessing Lambda Logs
    2m 51s
  • 19. Getting Started with Body Mapping Templates
    4m 45s
  • 20. Extracting Request Data with Body Mapping Templates
    4m 9s
  • 21. What's the Idea behind Body Mappings?
    2m 9s
  • 22. Mapping Response Data
    2m 41s
  • 23. Using Models & Validating Requests
    3m 14s
  • 24. Models & Mappings
    6m 42s
  • 25. Next Steps
    1m 25s
  • 26. Adding a DELETE Method Endpoint to the API
    2m 25s
  • 27. Using Path Parameters
    8m 43s
  • 28. Accessing the API from the Web - The Right Way
    7m 11s
  • 29. Wrap Up
    2m 43s

Data Storage with DynamoDB

  • 1. Module Introduction
    44s
  • 2. What is DynamoDB?
    2m 50s
  • 3. How DynamoDB Organizes Data
    4m 58s
  • 4. NoSQL vs SQL
    2m 51s
  • 5. Using DynamoDB with Lambda
    52s
  • 6. Creating a Table in DynamoDB
    2m 41s
  • 7. Understanding Read & Write Capacity
    4m 11s
  • 8. Creating and Scanning Items
    2m 16s
  • 9. What about multiple Databases?
    1m 20s
  • 10. Accessing DynamoDB from Lambda
    4m 36s
  • 11. Sidenote: How Lambda works behind the Scenes
    1m 42s
  • 12. Putting Items into a DynamoDB Table from Lambda
    6m 14s
  • 13. Setting Permissions Right
    2m 18s
  • 14. Using API Gateway (Request) Data for Item Creation
    6m 30s
  • 15. Mapping the Response & Web Testing
    3m 5s
  • 16. Scanning Data in DynamoDB from Lambda
    7m 52s
  • 17. Improving the IAM Permissions
    4m 30s
  • 18. Restructuring Fetched Data in Lambda
    3m
  • 19. Getting a Single Item from DynamoDB via Lambda
    1m 37s
  • 20. Testing it from the Web & Passing Correct Data
    2m 49s
  • 21. Preparing "Delete" Permissions
    5m 38s
  • 22. Deleting Items in DynamoDB via Lambda
    4m 41s
  • 23. Mapping DynamoDB Responses
    6m 45s
  • 24. Wrap Up
    1m 50s

Authenticating Users with Cognito and API Gateway Authorizers

  • 1. Module Introduction
    1m 32s
  • 2. How to add Authorization to API Gateway
    2m 12s
  • 3. Understanding Custom Authorizers (API Gateway)
    4m 1s
  • 4. Creating a Custom Authorizer Function
    10m 12s
  • 5. Using Custom Authorizers
    5m 51s
  • 6. Retrieving Users from Custom Authorizers
    6m 9s
  • 7. What is AWS Cognito?
    2m 28s
  • 8. Cognito User Pools and Federated Identities
    1m 31s
  • 9. Creating a Cognito User Pool
    7m 49s
  • 10. Understanding the Cognito Auth Flow
    3m 19s
  • 11. Adding Cognito to a Frontend App - Getting Started
    5m 28s
  • 12. Adding Signup to the Frontend App
    12m
  • 13. Adding User Confirmation to a Frontend App
    4m 8s
  • 14. Adding Signin to a Frontend App
    5m 50s
  • 15. Managing User State with Cognito
    3m 48s
  • 16. Using a Cognito Authorizer with API Gateway
    2m 47s
  • 17. Passing the right User ID to Lambda
    6m 43s
  • 18. Using Query Params & Cognito from Lambda
    7m 59s
  • 19. Passing Query Params from the Frontend
    3m 50s
  • 20. Passing the User Id to the DELETE Endpoint
    5m 5s
  • 21. Wrap Up
    1m 46s

Hosting a Serverless SPA

  • 1. Module Introduction
    2m
  • 2. What is S3?
    2m 33s
  • 3. Creating a S3 Bucket
    4m 30s
  • 4. Uploading the Web App to the Bucket
    2m 47s
  • 5. Turning a S3 Bucket into a Static Webserver
    3m 39s
  • 6. Setting up Logging
    1m 53s
  • 7. Optimizing Content Delivery: What is AWS CloudFront?
    2m 28s
  • 8. Setting up a CloudFront Distribution
    4m 39s
  • 9. Finishing the CloudFront Setup
    1m 8s
  • 10. Using a Custom Domain: What is Route53?
    1m 15s
  • 11. Registering a Domain
    1m 15s
  • 12. Connecting a Domain to a CloudFront Distribution
    1m 52s
  • 13. Wrap Up
    7m 2s

Beyond the Basics - An Outlook

  • 1. Module Introduction
    3m 13s
  • 2. Documenting an API
    2m 10s
  • 3. Other AWS Lambda Triggers
    8m 1s
  • 4. Going Serverless with a Node/ Express App (Non-API!)
    1m 58s
  • 5. Running Node/ Express Apps via Lambda + API Gateway
    9m 24s
  • 6. Pros and Cons of Serverless Node/Express MPA
    3m 8s
  • 7. Serverless Apps and Security
    12m 4s
  • 8. A Case of a Better Development Workflow
    1m 3s
  • 9. Getting to know the Serverless Framework
    6m 2s
  • 10. Getting to know SAM (Serverless Application Model) by AWS
    3m 40s
  • 11. Testing Serverless Apps with localstack
    3m 18s
  • 12. Other useful AWS Services
    5m 38s
  • 13. Wrap Up
    1m 11s

Course Roundup

  • 1. Roundup
    1m
Study4Pass does not provide real Microsoft exam questions. Similarly, Study4Pass does not supply real Amazon exam questions. The materials offered by Study4Pass lack real questions and answers from Cisco's certification exams. The CFA Institute neither endorses nor assures the accuracy or quality of Study4Pass content. CFA® and Chartered Financial Analyst® are registered trademarks held by the CFA Institute.

© study4pass.com 2025. All rights reserved.