Computing with AWS Serverless APIs and Apps: Computing with AWS Serverless APIs & Apps
Best Seller
111 Lectures
7h 19m 51s
Prepare for your Microsoft examination with our training course. The No_code course contains a complete batch of videos that will provide you with profound and thorough knowledge related to Microsoft certification exam. Pass the Microsoft No_code test with flying colors.
$14.99$24.99
Curriculum For This Course
- 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
- 1. Module Introduction 43s
- 2. An Overview over the Core Serverless Services 5m 31s
- 3. The Course Project 2m 50s
- 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
- 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
- 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
- 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
- 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
- 1. Roundup 1m
Hot Exams
Microsoft AZ-104 Exam Dumps
Cisco 300-620 Exam Dumps
Cisco 300-910 Exam Dumps
ITIL ITIL-4-Foundation Exam Dumps
Cisco 300-715 Exam Dumps
Microsoft SC-200 Exam Dumps
Test Prep TEAS-Test Exam Dumps
Palo Alto Networks PSE-Strata Exam Dumps
Microsoft DP-300 Exam Dumps
Cisco 200-301 Exam Dumps
Microsoft MB-330 Exam Dumps
Huawei H13-624 Exam Dumps
Huawei H35-560 Exam Dumps
PRINCE2 PRINCE2-Foundation Exam Dumps
PMI PMP Exam Dumps
LPI 202-450 Exam Dumps
ISC2 CISSP Exam Dumps
Microsoft AZ-104 Exam Dumps
Cisco 350-401 Exam Dumps
Isaca CISM Exam Dumps
PMI PMP Exam Dumps
Cisco 200-301 Exam Dumps
ACAMS CAMS Exam Dumps
Test Prep TEAS-Test Exam Dumps
Nutanix NCA-6.5 Exam Dumps
IIBA CCBA Exam Dumps
PMI CAPM Exam Dumps
GAQM CEH-001 Exam Dumps
Microsoft MB-310 Exam Dumps
Cisco 300-910 Exam Dumps
Cisco 300-620 Exam Dumps
Cisco 300-715 Exam Dumps
Test Prep SAT-Test Exam Dumps
Microsoft SC-200 Exam Dumps
Python Institute PCAP-31-03 Exam Dumps
CompTIA PT0-002 Exam Dumps
Palo Alto Networks PCDRA Exam Dumps
How to Open Test Engine .dumpsarena Files
Use FREE DumpsArena Test Engine player to open .dumpsarena files
Refund Policy
DumpsArena.com has a remarkable success record. We're confident of our products and provide a no hassle refund policy.
Your purchase with DumpsArena.com is safe and fast.
The DumpsArena.com website is protected by 256-bit SSL from Cloudflare, the leader in online security.