Master Event Driven Microservices with Python and AWS

0dayddl

U P L O A D E R

359020115_tuto.jpg


Master Event Driven Microservices with Python and AWS
Language: English | Size:3.05 GB
Genre:eLearning

Files Included :
1 Introduction.mp4 (5.85 MB)
MP4
1 Events vs Messages.mp4 (76.13 MB)
MP4
2 Introduction to Saga Pattern - Orchestration vs Choreography.mp4 (36.27 MB)
MP4
3 Deep Dive into Choreography Pattern.mp4 (43.55 MB)
MP4
4 Deep Dive into Orchestration Pattern.mp4 (65.07 MB)
MP4
5 Orchestration and Choreography Patterns Comparison.mp4 (40.12 MB)
MP4
1 Introduction.mp4 (2.84 MB)
MP4
10 Explain Sidecar pattern.mp4 (15.73 MB)
MP4
11 Explain the Test Pyramid.mp4 (13.13 MB)
MP4
12 Thank you and congratulations!.mp4 (8.11 MB)
MP4
2 What are the alternatives of Monolithic applications.mp4 (45.57 MB)
MP4
3 What's the anathomy of a microservice-based system.mp4 (22.18 MB)
MP4
4 Explain the Monolithic, SOA and Microservices Architectures.mp4 (17.02 MB)
MP4
5 Explan Bounded Context.mp4 (32.62 MB)
MP4
6 Explain the benefits of Microservices architecture.mp4 (41.93 MB)
MP4
7 Explain Circuit Breaker Pattern.mp4 (29.49 MB)
MP4
8 Explain CQRS pattern.mp4 (18.98 MB)
MP4
9 Explain the role of Containers in Microservices.mp4 (35.04 MB)
MP4
1 Microservices vs Monolithic.mp4 (21.11 MB)
MP4
2 Anatomy of a microservices-based application.mp4 (8.81 MB)
MP4
1 Hotel Booking System.mp4 (22.95 MB)
MP4
1 Introduction to AWS Cognito.mp4 (28.7 MB)
MP4
2 Setting up AWS Cognito for Hotel Booking system.mp4 (94.65 MB)
MP4
3 Sign in with AWS Cognito.mp4 (61.76 MB)
MP4
4 Sign up with AWS Cognito.mp4 (9.45 MB)
MP4
5 Adding a Page for Creating Hotels.mp4 (13.67 MB)
MP4
1 API Gateway Pattern and Tools.mp4 (16.16 MB)
MP4
2 Creating a Mock API with AWS API Gateway.mp4 (44.45 MB)
MP4
3 Authenticating API Requests.mp4 (40.03 MB)
MP4
4 Adding CORS Headers to APIs.mp4 (29.18 MB)
MP4
1 The concept of a Microservice Chassis Serverless & Containrisation.mp4 (37.2 MB)
MP4
10 Storing Information in DynamoDB.mp4 (20.32 MB)
MP4
11 Deploying AWS Lambda with Python Dependencies.mp4 (74.11 MB)
MP4
12 Connecting API Gateway to Lambda via a Proxy Resource.mp4 (31.04 MB)
MP4
13 Testing Proxy API with Lambda.mp4 (6.31 MB)
MP4
14 Creating a RestFul GET API in API Gateway with a Lambda Microservice.mp4 (80.59 MB)
MP4
17 Review Your Practice Results.mp4 (21.82 MB)
MP4
18 Exploring Jason Web Tokens (JWT) and JSON Web Key Sets (JWKS).mp4 (73.14 MB)
MP4
19 Lambda Authorizer Performing Authentication.mp4 (57.94 MB)
MP4
2 Creating and Deploying an AWS Lambda Microservice.mp4 (53.6 MB)
MP4
20 Lambda Authorizer Performing Authorization.mp4 (29.19 MB)
MP4
21 Deploying and Using the Lambda Authorizer with AWS API Gateway.mp4 (33.7 MB)
MP4
22 The CQRS Pattern.mp4 (15.6 MB)
MP4
23 The Fan Out and Idempotent Consumer Patterns.mp4 (32.52 MB)
MP4
24 Publishing Events to AWS SNS.mp4 (18.98 MB)
MP4
25 Setting up Elasticsearch for Search Microservice.mp4 (67.2 MB)
MP4
26 Implementing the Idempotent Consumer Pattern.mp4 (26.8 MB)
MP4
27 Storing the Event Information in Elasticsearch.mp4 (20.2 MB)
MP4
29 Subsciring a Microservice to Event Bus.mp4 (18.45 MB)
MP4
3 Capturing the Request Body in AWS Lambda as an API Backend.mp4 (48.27 MB)
MP4
4 Performing Authorization in a Backend-Lambda.mp4 (24.08 MB)
MP4
5 Storing Data and Files in AWS.mp4 (9.79 MB)
MP4
6 Creating an Execution IAM Role for Lambda.mp4 (22.72 MB)
MP4
7 Create and Configure S3 Buckets.mp4 (32.54 MB)
MP4
8 Uploading Files and Images to AWS S3.mp4 (26.52 MB)
MP4
9 Creating and Configuring a DynamoDB Table.mp4 (14.88 MB)
MP4
1 Introdutction to Containerized Microservices.mp4 (46.92 MB)
MP4
10 Introduction to the Circuit Breaker Pattern.mp4 (8.96 MB)
MP4
11 Implementing Circuit Breaker Pattern in Search API.mp4 (26.12 MB)
MP4
12 The Event Sourcing Pattern for Ultimate System Resiliancy.mp4 (34.55 MB)
MP4
13 Event Sourcing Microservice Hotel Created Event Handler - Order Domain.mp4 (19.47 MB)
MP4
15 Subscribing the Hotel Created Event Handler Order Domain to SNS Topic.mp4 (11.12 MB)
MP4
16 Booking Microservice - Command.mp4 (91.02 MB)
MP4
17 Deploying a Containerized Microservice with AWS Fargate Service Model.mp4 (74.24 MB)
MP4
18 Creating and Securing an HTTP API in AWS API Gateway.mp4 (55.74 MB)
MP4
19 CQRS Building a Query Microservice with Docker and ECS.mp4 (113.08 MB)
MP4
2 The Search Microservice.mp4 (51.49 MB)
MP4
3 Testing Search API Locally in Visual Studio Code.mp4 (21.15 MB)
MP4
4 Creating and Testing a Docker Microservice.mp4 (35.46 MB)
MP4
5 Pushing a Docker Image to Amazon Elastic Container Registry (ECR).mp4 (65.88 MB)
MP4
6 Deploying a Microservice to AWS ECS with Fargate Launch Type.mp4 (55.55 MB)
MP4
7 Creating a Proxy API for a Containerised Microservice.mp4 (19.24 MB)
MP4
8 Creating a an API for a Containerised Microsrevice with a Private IP.mp4 (75.54 MB)
MP4
9 Search Microserice in Action.mp4 (15.26 MB)
MP4
1 The Service Discovery Pattern and AWS Cloud Map.mp4 (34.56 MB)
MP4
11 Booking Review - Website Demo.mp4 (9.17 MB)
MP4
2 Deploying a Microservice to AWS ECS and AWS CloudMap.mp4 (57.51 MB)
MP4
3 Creating an HTTP API in AWS Api Gateway and AWS Cloud Map.mp4 (20.63 MB)
MP4
4 View and Confirm Hotel Bookings.mp4 (19.5 MB)
MP4
5 Create a Review and Confirm Bookings Microservice.mp4 (7.94 MB)
MP4
6 Deploying a Docker Microservice to AWS ECS with EC2 Launch Type.mp4 (103.44 MB)
MP4
7 Creating an HTTP API for ECS Miroservice with EC2 Launch Type.mp4 (19.86 MB)
MP4
8 The Sidecar Pattern.mp4 (29.07 MB)
MP4
9 Booking Review Sidecar Microservice.mp4 (8.56 MB)
MP4
1 Introduction to Logging and Microservices.mp4 (8.18 MB)
MP4
2 Logging Solutions in AWS.mp4 (25.49 MB)
MP4
3 AWS CloudWatch.mp4 (17.3 MB)
MP4
4 Setting up AWS Cognito Identity Pool for Kibana.mp4 (34.77 MB)
MP4
5 Creating ELK Stack with AWS OpenSearch.mp4 (31.64 MB)
MP4
6 Shipping Logs from AWS Cloudwatch to ELK (Elasticsearch and Kibana).mp4 (36 MB)
MP4

uwCeVUIr_t.jpg


374886620_1dl.png



Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!


Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!


Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!


Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!


Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!


Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!


Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!
363506399_rg.png



Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!


Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!


Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!


Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!


Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!


Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!


Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!
364146951_nitroflare.jpg



Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!


Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!


Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!


Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!


Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!


Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!


Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!
 
Kommentar

In der Börse ist nur das Erstellen von Download-Angeboten erlaubt! Ignorierst du das, wird dein Beitrag ohne Vorwarnung gelöscht. Ein Eintrag ist offline? Dann nutze bitte den Link  Offline melden . Möchtest du stattdessen etwas zu einem Download schreiben, dann nutze den Link  Kommentieren . Beide Links findest du immer unter jedem Eintrag/Download.

Data-Load.in | Dataload.in

Auf Data-Load.in findest du Links zu kostenlosen Downloads für Filme, Serien, Dokumentationen, Anime, Animation & Zeichentrick, Audio / Musik, Software und Dokumente / Ebooks / Zeitschriften. Wir sind deine Boerse für kostenlose Downloads!

Ist Data-Load.in / Dataload.in legal?

Data-Load.in ist nicht illegal. Es werden keine zum Download angebotene Inhalte auf den Servern von Data-Load.in gespeichert.
Oben Unten