Companies Home Search Profile

AWS Lambda & Serverless - Developer Guide with Hands-on Labs

Focused View

Mehmet Ozkaya

28:34:01

247 View
  • 1. Introduction.mp4
    13:09
  • 2. Hands-on Labs with Real-World Use Cases.mp4
    04:43
  • 3. Serverless Explanained AWS Operational Responsibility Model.mp4
    03:22
  • 4. AWS Serverless Services and Way of Learning.mp4
    08:15
  • 5. AWS Cost Management During the Course.mp4
    05:01
  • 1. Project Code & Course Slides.mp4
    02:36
  • 2. Project Code Structure.mp4
    02:55
  • 3. How to follow the Course.mp4
    02:48
  • 1. Create Free Tier AWS Account.mp4
    09:09
  • 2. Security Best Practices of AWS Accounts.mp4
    06:11
  • 3. Create IAM User Account and Configure for Programmatic and Console Access.mp4
    12:00
  • 4. AWS Access Types - Programmatic and Management Console Access.mp4
    11:39
  • 1. What is AWS Lambda.mp4
    05:06
  • 2. How does AWS Lambda work.mp4
    02:09
  • 3. AWS Lambda Main Features.mp4
    06:04
  • 4. AWS Lambda Event Sources and Destination Trigger Services.mp4
    05:00
  • 5. AWS Lambda Invocation Types.mp4
    10:10
  • 6. AWS Lambda Function Code.mp4
    09:08
  • 7. AWS Lambda Execution Environment.mp4
    03:00
  • 8. Configuring AWS Lambda Functions.mp4
    03:10
  • 9. Concurrency on AWS Lambda - Reserved and Provisioned Concurrency.mp4
    07:42
  • 10. AWS Lambda Permissions; Execution Role and Resource-based Policies.mp4
    09:40
  • 1. Getting Started with AWS Lambda and How Lambda Works.mp4
    07:34
  • 2. Create our First AWS Lambda Function with AWS Management Console.mp4
    02:45
  • 3. Test AWS Lambda Function with AWS Management Console.mp4
    03:45
  • 4. Configurations of AWS Lambda Function with AWS Management Console.mp4
    07:32
  • 5. Logs of AWS Lambda Function with AWS Management Console.mp4
    04:04
  • 6. Change AWS Lambda Function Code on AWS Management Console.mp4
    02:42
  • 7. Create AWS Lambda Function with No-BluePrint with AWS Management Console.mp4
    03:47
  • 8. Upload zip file for Lambda Function with AWS Management Console.mp4
    03:21
  • 9. Clean up Resources.mp4
    00:39
  • 1. Introduction - Prerequisites and Tools.mp4
    01:14
  • 2. Prerequisites 1 - AWS Account and User.mp4
    01:23
  • 3. Prerequisites 2 - AWS CLI.mp4
    05:21
  • 4. Quick Setup of AWS CLI.mp4
    14:02
  • 5. Prerequisites 3 - NodeJS.mp4
    03:32
  • 6. Check our Installations.mp4
    01:08
  • 7. Prerequisites 4 - Visual Studio Code.mp4
    01:05
  • 8. Prerequisites 5 - Postman.mp4
    01:33
  • 1. Introduction - AWS Lambda - Developing with AWS CLI - Programmatic Access.mp4
    02:34
  • 2. Course Folder Structure and Create Project Directory.mp4
    02:58
  • 3. Using AWS Lambda with the AWS CLI.mp4
    08:11
  • 4. Invoking Lambda functions with the AWS CLI.mp4
    09:03
  • 5. Invoking Lambda functions with passing event.json file using AWS CLI.mp4
    08:49
  • 6. Create AWS Lambda functions with AWS CLI.mp4
    01:42
  • 7. Create Execution Role for Lambda functions with AWS CLI.mp4
    09:38
  • 8. Develop AWS Lambda function handler in Node.js.mp4
    03:09
  • 9. Deploy Node.js Lambda Functions with .zip File Archives.mp4
    04:11
  • 10. Create AWS Lambda function with .zip file using AWS CLI.mp4
    04:55
  • 11. Invoking Lambda functions with passing event.json file using AWS CLI.mp4
    02:29
  • 12. AWS Lambda CloudWatch Logs using AWS CLI.mp4
    04:25
  • 13. Update AWS Lambda Function Code using AWS CLI.mp4
    06:09
  • 14. Update AWS Lambda Function with Additional Dependencies using AWS CLI.mp4
    08:43
  • 15. AWS Lambda Context Object in Node.js Function.mp4
    05:57
  • 16. AWS Lambda Function Logging in Node.js Example.mp4
    04:11
  • 17. AWS Lambda Function Errors in Node.js Example.mp4
    02:56
  • 18. Using AWS Lambda Environment Variables.mp4
    04:56
  • 19. Clean up Resources - Delete AWS Lambda Functions.mp4
    02:25
  • 1. AWS Lambda Best Practices and Event-driven Architecture.mp4
    05:37
  • 2. Understanding How Lambda Trigger with Event Json Object.mp4
    05:30
  • 3. Understanding How Lambda Trigger with Event JSON Object Part 2.mp4
    04:16
  • 4. Hands-on Lab Greeting Project.mp4
    11:54
  • 5. Hands-on Lab Calculator Project.mp4
    09:13
  • 6. AWS Lambda Trigger Events and Test Templates.mp4
    03:49
  • 7. AWS Lambda Invocation Types.mp4
    09:37
  • 8. AWS Lambda Asynchronous Invocation using AWS CLI.mp4
    06:05
  • 1. AWS Lambda Function URLs Built-in HTTPS urls for Single-Function Microservice.mp4
    02:34
  • 2. Using AWS Lambda as a Microservice.mp4
    04:47
  • 3. Creating and Managing AWS Lambda Function URLs w Console.mp4
    03:37
  • 4. Reviewing and Invoking AWS Lambda Function URLs w Console.mp4
    05:46
  • 5. Understand Incoming Event When Invoking AWS Lambda Function URLs.mp4
    05:29
  • 6. Update Function Code for Incoming Event When Invoking AWS Lambda Function URLs.mp4
    06:33
  • 7. Hands-on Lab Single Calculator Microservice Expose https methods with Lambda.mp4
    19:09
  • 8. When to use Function URLs vs. Amazon API Gateway.mp4
    02:12
  • 1. Introduction - API Gateway Restful API Development with Synchronous Lambda Event.mp4
    00:52
  • 2. What is Amazon API Gateway.mp4
    03:28
  • 3. Architecture of API Gateway.mp4
    01:15
  • 4. Main Features of API Gateway.mp4
    01:57
  • 5. Amazon API Gateway Use Cases.mp4
    04:07
  • 6. API Gateway as a Lambda Synchronous Event Sources.mp4
    01:13
  • 7. Amazon API Gateway Core Concepts.mp4
    03:49
  • 8. Amazon API Gateway -Differences between REST - HTTP API.mp4
    01:12
  • 1. Introduction - API Gateway - HTTP API - Walkthrough with AWS Management Console.mp4
    01:11
  • 2. API Gateway - HTTP API - Core Concepts; Routes.mp4
    04:04
  • 3. API Gateway - HTTP API - Core Concepts; Integrations.mp4
    01:03
  • 4. API Gateway - HTTP API - Core Concepts; Stages.mp4
    01:59
  • 5. Getting Started with API Gateway - HTTP APIs.mp4
    07:30
  • 6. Hands-on Lab Build CRUD Microservice with HTTP API and Lambda.mp4
    02:50
  • 7. Hands-on Lab Build CRUD Microservice - Create HTTP API.mp4
    07:59
  • 8. Understanding How HTTP API Trigger Lambda with Event Json Object.mp4
    06:50
  • 9. Develop Lambda Function for Incoming HTTP API Event Json Object.mp4
    08:25
  • 10. E2E Test HTTP API and Lambda Function with Incoming HTTP API Event Json Object.mp4
    02:43
  • 11. Clear Resources.mp4
    00:50
  • 1. Introduction - API Gateway - REST API - Walkthrough with AWS Management Console.mp4
    01:03
  • 2. API Gateway - REST API - Core Concepts; Resources, Methods, Stages, Authorizers.mp4
    03:05
  • 3. Getting Started with API Gateway - REST APIs.mp4
    12:27
  • 4. Enable Request validation in API Gateway - REST API.mp4
    04:58
  • 5. Hands-on Lab Build CRUD Microservice with REST API and Lambda.mp4
    03:08
  • 6. Hands-on Lab Build CRUD Microservice - Create REST API.mp4
    08:02
  • 7. Understanding How REST API Trigger Lambda with Event Json Object.mp4
    06:26
  • 8. Develop Lambda Function for Incoming REST API Event Json Object.mp4
    06:03
  • 9. E2E Test REST API and Lambda Function with Incoming REST API Event Json Object.mp4
    03:33
  • 10. Alternative Way to Create a REST API from AWS Lambda Function.mp4
    02:55
  • 11. Clear Resources.mp4
    00:49
  • 1. Introduction - API Gateway - WebSocket API - Walkthrough with AWS Console.mp4
    02:24
  • 2. API Gateway - WebSocket API - Core Concepts; Routes, Integrations, Stages.mp4
    03:01
  • 3. Getting started with API Gateway - WebSocket APIs.mp4
    12:09
  • 4. Hands-on Lab Build Serverless Chat App with a WebSocket API and Lambda.mp4
    01:47
  • 5. Hands-on Lab Build Serverless Chat App - Create WebSocket API.mp4
    03:58
  • 6. Understanding How WebSocket API Trigger Lambda with Event Json Object.mp4
    07:05
  • 7. Develop Lambda Function for Incoming WebSocket API Event Json Object.mp4
    15:34
  • 8. E2E Test WebSocket API and Lambda Function with Incoming WebSocket API Event obj.mp4
    03:48
  • 9. Clear Resources.mp4
    00:44
  • 1. What Is Amazon DynamoDB.mp4
    02:14
  • 2. AWS DynamoDB Core Concepts - Tables, Items, Attributes, Indexes.mp4
    05:25
  • 3. AWS DynamoDB Primary Key, Partition Key and Sort Key.mp4
    04:11
  • 4. Amazon DynamoDB Partitions and Data Distribution with Partition Key and Sort Key.mp4
    03:28
  • 5. Amazon DynamoDB Read Consistency, CAP Theorem and Eventual Consistency.mp4
    08:07
  • 6. Amazon DynamoDB Read and Write Capacity Mode.mp4
    01:55
  • 7. Amazon DynamoDB API References.mp4
    06:43
  • 8. Amazon DynamoDB PartiQL - A SQL-Compatible Query Language for DynamoDB.mp4
    01:51
  • 9. Accessing DynamoDB with Different Ways.mp4
    01:56
  • 1. Introduction - Amazon DynamoDB WalkTrough with AWS Management Console.mp4
    00:40
  • 2. Create our First Amazon DynamoDB Table with AWS Management Console.mp4
    09:09
  • 3. Write an Item into Amazon DynamoDB Table with AWS Management Console.mp4
    05:35
  • 4. Read Data - Scan Command - from Amazon DynamoDB Table with AWS Console.mp4
    03:29
  • 5. Read Data - Query Command - from Amazon DynamoDB Table with AWS Console.mp4
    02:27
  • 6. Update Data from Amazon DynamoDB Table with AWS Management Console.mp4
    01:43
  • 7. Create a Global Secondary Index on Amazon DynamoDB Table with AWS Console.mp4
    01:26
  • 8. Query the Global Secondary Index on Amazon DynamoDB Table with AWS Console.mp4
    02:14
  • 9. Query Data using PartiQL Editor from Amazon DynamoDB Table with AWS Console.mp4
    01:47
  • 10. Clear Resources.mp4
    00:25
  • 1. Introduction - Amazon DynamoDB Walkthrough with AWS CLI.mp4
    00:42
  • 2. Create DynamoDB Table with AWS CLI.mp4
    03:33
  • 3. Write Data into DynamoDB Table with AWS CLI.mp4
    04:52
  • 4. Read Data into DynamoDB Table with AWS CLI.mp4
    02:35
  • 5. Update Data into DynamoDB Table with AWS CLI.mp4
    03:17
  • 6. Query Data into DynamoDB Table with AWS CLI.mp4
    01:33
  • 7. PartiQL CRUD Operations into DynamoDB Table with AWS CLI.mp4
    03:38
  • 8. Clear Resources.mp4
    00:44
  • 1. Intoductuction - RESTful Microservices with AWS Lambda, Api Gateway and DynamoDb.mp4
    02:37
  • 2. Create a DynamoDB Table.mp4
    00:56
  • 3. Create a Lambda Function.mp4
    04:35
  • 4. Create an API Gateway.mp4
    03:59
  • 5. Test - RESTful Microservices with AWS Lambda, Api Gateway and DynamoDb.mp4
    02:26
  • 6. AWS Console microservice-http-endpoint Lambda Blueprint - Api Gw + Lambda + DB.mp4
    02:27
  • 7. Resource Cleanup.mp4
    01:02
  • 1. Why we need to know NodeJS Basics Skip or Continue .mp4
    01:15
  • 2. NodeJS Basics and Installment.mp4
    01:10
  • 3. Running Node Command.mp4
    02:33
  • 4. Run NodeJS Functions.mp4
    03:19
  • 5. Passing Arguments to NodeJS Functions.mp4
    03:18
  • 6. NodeJS Modules.mp4
    07:31
  • 7. NPM - Node Package Manager and Use npm packages into NodeJS.mp4
    07:09
  • 1. What is AWS SDK .mp4
    02:32
  • 2. AWS SDK for JavaScript Version 3 and using SDK with Node.js.mp4
    04:41
  • 3. What's new in AWS SDK for JavaScript Version 3 and Cold Start Benefit.mp4
    06:02
  • 4. Important - ECMAScript 6 (ES6) Requirements.mp4
    05:44
  • 5. Using Node.js ES modules and top-level await in AWS Lambda.mp4
    04:35
  • 1. Introduction - Amazon DynamoDB SDK Examples.mp4
    03:06
  • 2. Understanding DynamoDb Interactions - Working with Items and Attributes.mp4
    02:51
  • 3. Create NodeJS Project with DynamoDB SDK Packages.mp4
    03:06
  • 4. Create DynamoDBClient NodeJS Module For Connecting DynamoDB.mp4
    03:04
  • 5. Creating a DynamoDB Table.mp4
    15:15
  • 6. Listing DynamoDB Tables.mp4
    06:43
  • 7. Describing DynamoDB Table.mp4
    03:49
  • 8. Deleting DynamoDB Tables.mp4
    01:53
  • 9. Reading and writing a Single item in DynamoDB Table.mp4
    04:17
  • 10. Writing an Item into DynamoDB Table.mp4
    04:15
  • 11. Update an Item into DynamoDB Table.mp4
    05:35
  • 12. Getting an Item into DynamoDB Table.mp4
    01:42
  • 13. Deleting an Item into DynamoDB Table.mp4
    01:02
  • 14. Writing Items in Batch into DynamoDB Table.mp4
    01:49
  • 15. Reading Items in Batch into DynamoDB Table.mp4
    01:27
  • 16. Querying and Scanning a DynamoDB table.mp4
    02:38
  • 17. Querying a DynamoDB Table.mp4
    01:29
  • 18. Scanning a DynamoDB table.mp4
    01:25
  • 19. PartiQL CRUD Operations into DynamoDB Table with AWS SDK.mp4
    02:10
  • 20. Add an item into DynamoDB Table using PartiQL.mp4
    01:25
  • 21. Get Item into DynamoDB Table using PartiQL.mp4
    00:45
  • 22. Update Item into DynamoDB Table using PartiQL.mp4
    01:08
  • 23. Get All Items into DynamoDB Table using PartiQL.mp4
    01:09
  • 24. Delete Item into DynamoDB Table using PartiQL and Clear Resources.mp4
    01:18
  • 1. Introduction - Developing Lambda Microservices CRUD functions with AWS SDK.mp4
    03:04
  • 2. Create DynamoDB Table for Product Microservices.mp4
    01:00
  • 3. Create Lambda Function for Product Microservices.mp4
    05:11
  • 4. Create an API Gateway for Product Microservices.mp4
    05:05
  • 5. Testing Product Microservices Sync Flow; Api Gateway - Lambda - DynamoDb.mp4
    03:48
  • 6. Start to Developing Product Lambda Microservice - Install npm package - @aws-sdk.mp4
    07:09
  • 7. Developing Product Lambda Microservice with DynamoDB Client - AWS SDK for JS.mp4
    06:16
  • 8. AWS API Gateway trigger AWS Lambda with API Gateway proxy event (REST API).mp4
    02:57
  • 9. Developing Product Lambda Microservice with DynamoDB Client - AWS SDK for JS.mp4
    03:05
  • 10. Developing getProduct methods for Product Lambda Microservice w DynamoDB Client.mp4
    07:59
  • 11. Developing getAllProducts methods for Product Lambda Microservice with DynamoDB.mp4
    04:02
  • 12. Developing createProduct CRUD methods for Product Lambda Microservice.mp4
    10:18
  • 13. Using uuid library When Creating product item into DynamoDb.mp4
    03:04
  • 14. Developing deleteProduct CRUD methods for Product Lambda Microservice.mp4
    05:00
  • 15. Developing updateProduct CRUD methods for Product Lambda Microservice.mp4
    06:16
  • 16. Developing Dynamodb Query and Scan operations for Product Lambda Microservice.mp4
    06:56
  • 17. Developing Return Response of Product Lambda Microservice and Manage Switch Blok.mp4
    06:22
  • 18. Deploy Product Lambda Function with Uploading Zip File.mp4
    06:08
  • 19. Testing Product Microservices Sync Flow; Api Gateway - Lambda - DynamoDb.mp4
    07:25
  • 20. Clear Resources.mp4
    00:43
  • 1. What is Amazon Cognito.mp4
    02:02
  • 2. Amazon Cognito Main Features.mp4
    01:45
  • 3. Amazon Cognito Types - User Pools and Identity Pools.mp4
    00:58
  • 4. Amazon Cognito - How it Works .mp4
    00:48
  • 5. Common Amazon Cognito scenarios.mp4
    03:03
  • 6. Amazon Cognito User Pools.mp4
    01:51
  • 1. Introduction - Getting Started Amazon Cognito User Pools with AWS Console.mp4
    01:06
  • 2. Create Amazon Cognito User Pools with AWS Management Console.mp4
    07:23
  • 3. Adding App to Enable the Hosted Web UI with AWS Management Console.mp4
    07:42
  • 4. Hands-on Labs Secure your API Gateway with Amazon Cognito User Pools.mp4
    01:52
  • 5. Hands-on Labs Create Sync Flow with Api Gateway and Lambda.mp4
    02:19
  • 6. Hands-on Labs Configure Amazon Cognito User Pool.mp4
    12:31
  • 7. Hands-on Labs Test - Secure your API Gateway with Amazon Cognito User Pools.mp4
    08:26
  • 1. What is Amazon S3 .mp4
    01:47
  • 2. Amazon S3 Benefits and Features.mp4
    03:58
  • 3. How Does Amazon S3 Work .mp4
    03:23
  • 4. Amazon S3 Core Concepts - Buckets and Objects.mp4
    03:34
  • 5. Amazon S3 Use Cases.mp4
    02:34
  • 1. Getting started with Amazon S3 with AWS Management Console.mp4
    03:16
  • 2. Create Amazon S3 Bucket with AWS Management Console.mp4
    03:01
  • 3. Upload Object into Amazon S3 Bucket with AWS Management Console.mp4
    01:11
  • 4. Download Object into Amazon S3 Bucket with AWS Management Console.mp4
    00:30
  • 5. Delete Object and S3 Bucket with AWS Management Console.mp4
    01:39
  • 6. Hands-on Lab Static Website Hosting on Amazon S3 using AWS Management Console.mp4
    05:23
  • 7. Hands-on Lab Static Website Hosting Part 2.mp4
    06:27
  • 8. Hands-on Lab Test - Static Website Hosting on Amazon S3 using AWS Console.mp4
    01:27
  • 9. Clear Resources.mp4
    00:53
  • 1. Introduction - Amazon S3 SDK Examples using AWS SDK Javascript v3.mp4
    03:08
  • 2. Understanding Amazon S3 Interactions - Working with Buckets and Objects.mp4
    04:05
  • 3. Create NodeJS Project with S3 SDK Packages.mp4
    03:33
  • 4. Create S3 Client NodeJS Module For Connecting S3.mp4
    02:13
  • 5. Creating and using Amazon S3 buckets.mp4
    01:51
  • 6. Listing Amazon S3 bucket with AWS SDK.mp4
    03:01
  • 7. Creating an Amazon S3 Bucket with AWS SDK.mp4
    03:23
  • 8. Uploading a File to an Amazon S3 Bucket with AWS SDK.mp4
    03:56
  • 9. Deleting an Amazon S3 bucket with AWS SDK and Clear Resources.mp4
    03:00
  • 1. Event-driven Architectures.mp4
    04:48
  • 2. AWS Lambda Event Sources and Destination Trigger Services.mp4
    04:01
  • 3. AWS Lambda Best Practices and Event-driven Architecture.mp4
    06:21
  • 4. AWS Lambda Invocation Types.mp4
    09:52
  • 5. Using AWS Lambda with other services - Lambda triggers from other services.mp4
    02:08
  • 6. AWS Lambda Use Cases for Invocation Types.mp4
    03:35
  • 1. AWS Lambda Asynchronous Invocations.mp4
    02:47
  • 2. Hands-on Lab Using an Amazon S3 trigger to invoke a Lambda function and persist.mp4
    01:55
  • 3. Hands-on Lab Create Infrastructure for Amazon S3, AWS Lambda and DynamoDB.mp4
    08:09
  • 4. Hands-on Lab Develop Lambda Function for async invocation from Amazon S3.mp4
    03:40
  • 5. Hands-on Lab Develop Lambda Function for async invocation from Amazon S3.mp4
    08:57
  • 6. Hands-on Lab Develop Lambda Function for async invocation from Amazon S3 Part 2.mp4
    06:26
  • 7. Hands-on Lab Develop Lambda Function for DynamoDB Actions.mp4
    10:20
  • 8. Hands-on Lab Deploy Lambda Function Code with Uploading Zip File.mp4
    03:19
  • 9. Test E2E Hands-on Lab Amazon S3 - AWS Lambda - DynamoDB.mp4
    02:29
  • 10. AWS Lambda Blueprint for S3 Async Invocation.mp4
    01:55
  • 11. Clean up Resources.mp4
    01:21
  • 12. AWS Lambda Lambda Destinations.mp4
    03:21
  • 13. Hands-on Lab AWS Lambda Destination to SQS - DLQ Case.mp4
    13:23
  • 1. Application Integrations and What is Amazon SNS.mp4
    01:19
  • 2. Amazon SNS Features and Benefits.mp4
    00:59
  • 3. Amazon SNS Common Use Cases.mp4
    02:08
  • 4. Amazon SNS Event Sources and Destinations.mp4
    01:19
  • 5. Amazon SNS - Actions - API Reference Document.mp4
    02:27
  • 1. Getting started with Amazon SNS.mp4
    01:02
  • 2. Create Topic on Amazon SNS using AWS Management Console.mp4
    02:55
  • 3. Create Subscription to Topic on Amazon SNS using AWS Management Console.mp4
    01:46
  • 4. Publish Message to Topic on Amazon SNS using AWS Management Console.mp4
    03:27
  • 5. Delete Subscription and Topic on Amazon SNS using AWS Management Console.mp4
    00:53
  • 1. Introduction - Amazon SNS - Developing with AWS SDK.mp4
    02:27
  • 2. Create and Delete Topic on Amazon SNS using AWS SDK.mp4
    10:00
  • 3. Publish Message to Topic on Amazon SNS using AWS SDK.mp4
    04:24
  • 4. Subscribe and Unsubscribe from Topic on Amazon SNS using AWS SDK.mp4
    08:14
  • 1. Introduction - Amazon SNS Notifications Subscribe From AWS Lambda.mp4
    01:24
  • 2. Create Notification Amazon SNS topic.mp4
    01:22
  • 3. Create Lambda Function for Asnyc Invocations from Amazon SNS.mp4
    02:26
  • 4. Create Lambda Subscription to Amazon SNS topic.mp4
    03:05
  • 5. Develop Lambda function for incoming event from Amazon SNS topic.mp4
    03:09
  • 6. Publish Message from Amazon SNS.mp4
    01:54
  • 7. Clean up Resources.mp4
    00:35
  • 1. What is Amazon SQS .mp4
    02:02
  • 2. Benefits of Amazon SQS.mp4
    03:57
  • 3. Amazon SQS architecture and How SQS works - The lifecycle of an Amazon SQS msg.mp4
    02:06
  • 4. Amazon SQS Visibility Timeout.mp4
    03:25
  • 5. Amazon SQS Short and Long polling.mp4
    02:29
  • 6. Amazon SQS Dead-letter Queues.mp4
    02:20
  • 7. Amazon SQS Queue types - Standard Queues and FIFO Queues.mp4
    03:14
  • 8. Serverless Pattern Topic-Queue Chaining & Load Balancing Pattern.mp4
    03:00
  • 1. Getting started with Amazon SQS.mp4
    01:56
  • 2. Create Queue on Amazon SQS using AWS Management Console.mp4
    03:59
  • 3. Send and Receive Messages to Queue on Amazon SQS using AWS Management Console.mp4
    06:38
  • 4. Delete Queue on Amazon SQS using AWS Management Console.mp4
    00:22
  • 1. Introduction - Amazon SQS - Developing with AWS SDK.mp4
    01:59
  • 2. Create, List and Delete Queue on Amazon SQS using AWS SDK.mp4
    07:29
  • 3. Send Messages to Queue on Amazon SQS using AWS SDK.mp4
    02:25
  • 4. Receive and Delete Messages to Queue on Amazon SQS using AWS SDK.mp4
    09:35
  • 1. AWS Lambda Event Source Mapping (Polling) Invocations.mp4
    05:22
  • 2. Hands-on Lab Amazon SQS Queue Polling From AWS Lambda.mp4
    06:34
  • 3. Hands-on Lab Develop Lambda Function for Polling Queue Message.mp4
    02:41
  • 4. Hands-on Lab Verify and Test Queue Message Polling From AWS Lambda.mp4
    03:23
  • 5. Hands-on Lab AWS Lambda Event Filtering from SQS data.mp4
    07:26
  • 6. Clean up Resources.mp4
    00:32
  • 1. Introduction - Fan-Out Serverless Architectures Using SNS, SQS and Lambda.mp4
    04:14
  • 2. PubSub Fan-Out and Topic Queue Channing Patterns with SNS, SQS and Lambda.mp4
    04:34
  • 3. Create Infrastructure for PubSub Fan-Out Architecture with SNS, SQS and Lambda.mp4
    15:55
  • 4. Create Infrastructure for PubSub Fan-Out Architecture with SNS, SQS and Lambda2.mp4
    12:29
  • 5. Develop Order Acknowledgment Microservices Lambda Function Code.mp4
    12:11
  • 6. Develop Order Acknowledgment Microservices Lambda Function Code - Part 2.mp4
    09:01
  • 7. Deploy and Test Order Acknowledgment Microservices Lambda.mp4
    09:05
  • 8. Develop Inventory Microservices Lambda Function Code.mp4
    13:22
  • 9. Test E2E - Hands-on Labs Fan-Out Serverless Architectures Using SNS, SQS,Lambda.mp4
    03:27
  • 10. Message Filter Pattern in Amazon SNS.mp4
    07:58
  • 11. Clean up Resources.mp4
    02:11
  • 1. Working with Streams on Amazon DynamoDB.mp4
    03:55
  • 2. Reading and Processing Amazon DynamoDB Stream.mp4
    02:21
  • 3. Using AWS Lambda with Amazon DynamoDB.mp4
    04:00
  • 4. Hands-on Labs Process DynamoDB Streams using AWS Lambda for Change Data Capture.mp4
    01:42
  • 5. Hands-on Labs Create a DynamoDB Table with a Stream Enabled.mp4
    02:08
  • 6. Hands-on Labs Configure DynamoDB Stream as an Event Source of Lambda Function.mp4
    07:23
  • 7. Hands-on Labs Test and Verify DynamoDB Streams Event Source Mapping Lambda.mp4
    04:56
  • 8. Hands-on Labs Develop Lambda Function for DynamoDB Streams Event Source Mapping.mp4
    06:48
  • 9. Clean up Resources.mp4
    00:54
  • 1. What is Kinesis and Kinesis Streams .mp4
    03:54
  • 2. Kinesis Streams - Using AWS Lambda to Process Kinesis Streams.mp4
    05:08
  • 3. Hands-on Labs Process Kinesis Streams using AWS Lambda.mp4
    10:55
  • 4. Test - Kinesis Streams - Using AWS Lambda to Process Kinesis Streams.mp4
    05:05
  • 5. Clean up Resources.mp4
    00:41
  • 1. What is Amazon EventBridge .mp4
    01:59
  • 2. Benefits of Amazon EventBridge.mp4
    02:27
  • 3. How Amazon EventBridge works .mp4
    04:38
  • 4. Amazon EventBridge Core Concepts - Events - Event Buses - Rules - Targets.mp4
    09:31
  • 5. Serverless Pattern Fan-Out & Message Filtering with PublishSubscribe Pattern.mp4
    03:37
  • 6. Using AWS Lambda with Other Services - Amazon EventBridge.mp4
    07:47
  • 1. Getting started with Amazon EventBridge with AWS Management Console.mp4
    02:08
  • 2. Create Rule in Amazon EventBridge with AWS Management Console.mp4
    03:38
  • 3. Create Event Matching Pattern for Rule in Amazon EventBridge with AWS Management.mp4
    06:29
  • 4. Define Target for Rule in Amazon EventBridge with AWS Management Console.mp4
    02:04
  • 5. Amazon EventBridge Archives, Replays, Integrations with AWS Management Console.mp4
    02:17
  • 1. Introduction - Amazon EventBridge - Developing with AWS SDK.mp4
    01:37
  • 2. Put Events on Amazon EventBridge using AWS SDK.mp4
    04:46
  • 3. Put Event Rule on Amazon EventBridge using AWS SDK.mp4
    03:12
  • 4. Put Event Target on Amazon EventBridge using AWS SDK.mp4
    02:35
  • 1. Introduction - Event-Driven Microservices and Decouple Microservices with Events.mp4
    03:45
  • 2. Event-Driven Microservices Architectures.mp4
    03:16
  • 3. Create Infrastructure for Event-Driven Microservice Architecture wth EventBridge.mp4
    12:35
  • 4. Create Infrastructure for Amazon EventBridge Customer Event Bus with Event-Drive.mp4
    15:39
  • 5. Develop Basket Microservices Lambda Function Code.mp4
    06:33
  • 6. Develop Basket Microservices Lambda Function Code - Part 2.mp4
    04:17
  • 7. Deploy and Test Basket Microservices Lambda.mp4
    06:48
  • 8. Develop Order and Notification Microservices Lambda Function Code.mp4
    09:48
  • 9. Test E2E - Hands-on Labs Event-Driven Microservice Architecture.mp4
    07:45
  • 10. Clean up Resources.mp4
    01:37
  • 1. What is AWS Step Functions .mp4
    02:04
  • 2. Benefits and Drawbacks of using AWS Step Functions.mp4
    02:50
  • 3. Use Cases of AWS Step Functions.mp4
    02:15
  • 4. AWS Step Functions Core Concepts - State Machine, States, Task, Pass, Wait.mp4
    05:09
  • 5. AWS Step Functions Workflow types - Standard vs. Express Workflows.mp4
    02:33
  • 1. Getting started with AWS Step Functions using AWS Management Console.mp4
    01:41
  • 2. Create HelloWorld State Machine in AWS Step Functions using AWS Console.mp4
    06:36
  • 3. Create State Machine from Scratch with AWS Step Functions Workflow Studio.mp4
    14:57
  • 4. Create Step Functions State Machine Using AWS Lambda.mp4
    12:39
  • 1. Introduction - Saga Pattern for Orchestrate Distributed Transactions.mp4
    01:55
  • 2. Saga Pattern for Distributed Transactions.mp4
    02:06
  • 3. Saga Pattern - Choreography and Orchestration.mp4
    02:18
  • 4. AWS Step Functions - Orchestrate Distributed Transactions with Saga Pattern.mp4
    06:00
  • 5. Design AWS Step Functions State Machine for Place Order Use Case.mp4
    12:58
  • 1. Introduction - Serverless Deployment Frameworks.mp4
    01:28
  • 2. What is IaC - Infrastructure as Code.mp4
    06:47
  • 3. AWS Cloud Formation.mp4
    04:46
  • 4. AWS CDK - Cloud Development Kit.mp4
    07:52
  • 5. AWS CDK Core Concepts - Apps - Stacks - Constructs - Environments.mp4
    08:11
  • 1. Introduction - Getting Started with AWS CDK.mp4
    04:59
  • 2. Prerequisites - AWS CDK Toolkit.mp4
    02:45
  • 3. Creating AWS CDK Application for IaC.mp4
    04:18
  • 4. Explore CDK Project Directory.mp4
    03:01
  • 5. Run CDK Commands on VSCODE - Set-ExecutionPolicy RemoteSigned.mp4
    01:53
  • 6. CDK Commands Overview.mp4
    08:58
  • 7. Bootstraping CDK Stack.mp4
    10:49
  • 8. Developing our AWS CDK App.mp4
    09:00
  • 9. Deploying our AWS CDK App.mp4
    07:49
  • 10. DON'T FORGET - Destroying our AWS CDK App.mp4
    03:08
  • 11. ASSIGNMENT - IaC for E-commerce Serverless Project.mp4
    01:30
  • 1. Thanks.mp4
    00:58
  • 2. Bonus Lecture.html
  • Description


    Develop thousands line of aws lambda functions interact to aws serverless services with real-world hands-on labs

    What You'll Learn?


    • AWS Lambda, Amazon API Gateway, Amazon DynamoDB, Amazon Cognito, Amazon S3, Amazon SNS, Amazon SQS, Amazon EventBridge, AWS Step Functions, DynamoDB and Kinesis
    • AWS Lambda - Serverless, Event-driven Compute Service
    • Amazon API Gateway - API-Driven Development for Synchronous Event Sources
    • Amazon DynamoDB - Data persistence with NoSQL Serverless Database
    • Amazon Cognito - Authentication and Authorization in Serverless
    • Amazon S3 - for Cloud Object Storage in order to store any type of data or deploy our web applications.
    • AWS Lambda Event-Driven Architectures and Invocation Types
    • Application Integrations Services; Asynchronous Event Sources - Event-based Architectures
    • Amazon SNS - Fully managed pub/sub messaging
    • Amazon SQS - Fully managed message queues - Message Queues for cross-service communication using (AWS SQS)
    • Amazon EventBridge - Decouple microservices with event-driven approaches
    • AWS Step Functions - orchestrate microservices into serverless workflows.
    • SAGA Pattern and apply SAGA pattern with different approaches
    • Choreography-based SAGA with using Amazon EventBridge - which means Decouple microservices with events
    • Orchestration-based SAGA with using AWS Step Functions - which means Decouple microservices with orchestration way
    • Streams and Polling Event Source mapping; DynamoDB and Kinesis Data Streams
    • Serverless Deployment Frameworks; CloudFormation and AWS CDK
    • Develop almost 20 real-world hands-on labs with aws serverless services

    Who is this for?


  • Beginners of AWS Serverless and eager to develop lambda function codes
  • What You Need to Know?


  • Basic Knowledge of Cloud
  • More details


    Description

    In this course, we will learn almost all the AWS Serverless Services with all aspects. We are going to build serverless applications with using

    • AWS Lambda, Amazon API Gateway, Amazon DynamoDB, Amazon Cognito, Amazon S3, Amazon SNS, Amazon SQS, Amazon EventBridge, AWS Step Functions, DynamoDB and Kinesis Streams

    • AWS Serverless Deployment Frameworks - IaC - Infrastructure as Code tools;

      • CloudFormation

      • AWS CDK

    This course will be 100% hands-on, and you will be developing a real-world application with hands-on labs together and step by step, you can find main and sub topics;

    Basics - Serverless Compute, APIs and Data Persistences

    • AWS Lambda - Serverless, Event-driven Compute Service

    • Amazon API Gateway - API-Driven Development for Synchronous Event Sources

    • Amazon DynamoDB -  Data persistence with NoSQL Serverless Database

    Authentication

    • Amazon Cognito - Authentication and Authorization in Serverless

    Storing & Hosting

    • Amazon S3 - for Cloud Object Storage in order to store any type of data or deploy our web applications.

    AWS Lambda Event-Driven Architectures and Invocation Types

    • AWS Lambda Best Practices and Event-driven Architecture

    • AWS Lambda - Asynchronous invocation

    • AWS Lambda - Lambda event source mappings

    Application Integrations Services; Asynchronous Event Sources - Event-based Architectures

    • Amazon SNS  - Fully managed pub/sub messaging

    • Amazon SQS - Fully managed message queues - Message Queues for cross-service communication using (AWS SQS)

    • Amazon EventBridge - Decouple microservices with event-driven approaches

    Application Orchestration Services

    • AWS Step Functions - orchestrate microservices into serverless workflows.

    SAGA Pattern and apply SAGA pattern with different approaches;

    • Choreography-based SAGA with using Amazon EventBridge - which means Decouple microservices with events

    • Orchestration-based SAGA with using AWS Step Functions - which means Decouple microservices with orchestration way

    Streams and Polling Event Source mapping

    • Amazon DynamoDB streams

    • Amazon Kinesis Data streams

    Serverless Deployment Frameworks - Cloud stack development with IaC

    • CloudFormation -- Speed up cloud provisioning with infrastructure as code

    • AWS CDK -- AWS Serverless Deployments IaC with AWS CDK (Cloud Development Kit)

    Real-world Hands-on Labs:

    We will develop almost 20 hands-on labs during the course. If we look at the some of the important hands-on labs of our course;

    • Hands-on Lab: Single Calculator Microservice Expose https methods with Lambda Function Url

    • Hands-on Lab: Build Serverless Chat App with a WebSocket API and Lambda

    • Hands-on Lab: Building RESTful Microservices with AWS Lambda, API Gateway and DynamoDB

    • Hands-on Lab: Secure your API Gateway with Amazon Cognito User Pools

    • Hands-on Lab: Using an Amazon S3 trigger to invoke a Lambda function and persist on DynamoDB

    • Hands-on Lab: Fan-Out Serverless Architectures Using SNS, SQS and Lambda

    • Hands-on Lab: Process DynamoDB or Kinesis Streams using AWS Lambda for Change Data Capture of DynamoDB Tables

    • Hands-on Lab: AWS Serverless Microservices for Ecommerce Application using Amazon EventBridge

    • Hands-on Lab: Saga Pattern for Orchestrate Distributed Transactions using AWS Step Functions

    Way of Learning:

    This course is %100 hand-on course and include lots of development activities, that means we will develop codes for almost all aws services and interactions.

    For each aws serverless services we will have 4 main part;

    1. Theorical Information

      1. AWS Service overview, core concepts, features, uses cases and general information

    2. Walkthrough with AWS Management Console

      1. AWS Service Walkthrough with AWS Management Console performs main use cases

    3. Developing with AWS SDK

      1. AWS Service Programmatic Access interaction with Serverless APIs using AWS SDK or CLI

    4. Hands-on Labs with Real-World Use Cases

      1. AWS Service Hands-on Labs implementation with Real-World Use Cases

    These are 4 main topics that we are going to handle almost all aws serverless services. By this way we can cover for all aspects of any particular aws services.

    In the course structure, when we finished any aws serverless services, we have at least 1 hands-on lab for particular aws services. For example if we finished Amazon SQS sections and understand the service, we will have several hands-on labs like Fan-out pattern implementations with Amazon SNS, or decouple microservices with Amazon EventBridge and so on. These will mostly includes combination of other AWS services that represents real-word applications.

    And also in the last sections, we will see how we can do Cloud stack development - IaC with Serverless Deployment Frameworks for any particular aws serverless services. Develop infrastructure for all aws services and perform interactions with coding interactions.

    AWS Developer and AWS Solution Architecture Jobs

    This course prepares to you real AWS Developer and AWS Solution Architecture jobs, which's offers to you 3 figure salaries.

    Because we are going to develop a real-world Serverless application which is already used and developed by lots of companies in the world.

    Prepare your AWS Certification with Practical Way

    • AWS Certified Developer Associate

    • AWS Certified Solutions Architect Associate

    Don't memorize all topics, feel and develop by hands-on, dirty your hands by this way you can achieve to onboard your target AWS jobs. This course will help you to prepare AWS Developer and Solutions Architect Associate certifications both theoretical and mostly practical way with developing Serverless applications.

    By the end of this course, you'll learn how to design and developing aws serverless services with real-world hands-on project following the best practices.

    You don't need any prior knowledge before the course I will explain both theoretical information and practical developments.

    This course is Developer Guide so that means; the course will be includes %100 of hands-on development activities, mostly we will develop lambda functions with different use cases and integrations. All course steps will be developed step by step and together.

    Who this course is for:

    • Beginners of AWS Serverless and eager to develop lambda function codes

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Mehmet Ozkaya
    Mehmet Ozkaya
    Instructor's Courses
    Creator of GitHub awsrun and aspnetrun repositoriesI have been 15+ years working experience on Software Development Industry as a Software/Solutions Architect positions at global companies.Currently focusing on Cloud-Native and Serverless Event-driven Microservices Architectures on AWS and .NET ecosystems. Developed AWS and .NET full-stack and microservices repositories on GitHub and create Udemy courses from real-world applications. Also I have created courses about Designing Software Architecture for Cloud-Native and Serverless Event-driven Microservices.I have regularly develop on GitHub, blog on medium.GitHub : mehmetozkayaGitHub : awsrun - aspnetrun
    Students take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
    • language english
    • Training sessions 382
    • duration 28:34:01
    • English subtitles has
    • Release Date 2022/11/16