Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
AWS Serverless Microservices with Patterns and Best Practices
AWS Serverless Microservices with Patterns and Best Practices

AWS Serverless Microservices with Patterns and Best Practices: AWS Serverless + CDK Automation + Integration Patterns = AWSome Microservices!

Arrow left icon
Profile Icon Mehmet Ozkaya
Arrow right icon
₹7447.99
Full star icon Full star icon Full star icon Full star icon Empty star icon 4 (1 Ratings)
Video Nov 2022 30hrs 20mins 1st Edition
Video
₹7447.99
Subscription
Free Trial
Renews at ₹800p/m
Arrow left icon
Profile Icon Mehmet Ozkaya
Arrow right icon
₹7447.99
Full star icon Full star icon Full star icon Full star icon Empty star icon 4 (1 Ratings)
Video Nov 2022 30hrs 20mins 1st Edition
Video
₹7447.99
Subscription
Free Trial
Renews at ₹800p/m
Video
₹7447.99
Subscription
Free Trial
Renews at ₹800p/m

What do you get with a video?

Product feature icon Download this video in MP4 format
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Key benefits

  • Develop a real-world application with serverless design patterns and best practices hands-on
  • Develop a real-world serverless application, which is already used and developed by lots of companies in the world
  • Prepare for AWS Developer and AWS Solution Architecture exam in a practical way

Description

In this course, you will learn AWS event-driven serverless microservices using AWS Lambda, AWS DynamoDB, AWS API Gateway, AWS EventBridge, AWS SQS, AWS CDK for IaC, and AWS CloudWatch for monitoring. You will learn to develop reliable and scalable serverless applications, following the microservices architecture. You will use AWS API Gateway for Restful API-driven development and synchronous event sources, AWS EventBridge for event-driven asynchronous communication between microservices, and AWS SQS for decoupling microservices and processing events asynchronously using queues. The project of building an e-commerce application will be totally serverless components. The serverless components that will be used are API Gateway, Product Lambda microservices, Basket Lambda microservices, and AWS EventBridge. There will be three communication types: synchronous communication with AWS API Gateway, asynchronous communication with AWS serverless EventBus, which is EventBridge, and event source mapping communication when polling queue records from Lambda services to AWS SQS-Simple Queue Service. Finally, you will use AWS CDK for IaC Serverless Stacks developments that we will develop and provision for all services. By the end of this course, you will learn how to design and develop AWS event-driven microservices using serverless patterns and best practices. All resources and code files are placed here: https://github.com/PacktPublishing/AWS-Serverless-Microservices-with-Patterns-and-Best-Practices

Who is this book for?

This course is ideal for software developers who want to develop real-world projects with AWS serverless services and software/solutions architects who want to develop real-world projects with AWS serverless services. Students who would be appearing for the AWS Certified Developer Associate and AWS Certified Solutions Architect Associate will also be benefitted from this course. You would need a basic knowledge of cloud, JavaScript, and TypeScript to get started with the course. Basic knowledge of using an AWS account is a plus but not mandatory.

What you will learn

  • Create rules and target definitions for AWS EventBridge
  • Build REST API and CRUD endpoints using AWS Lambda, API Gateway
  • Work on data persistence using AWS DynamoDB
  • Decouple microservices with events using AWS EventBridge
  • Message queues for cross-service communication using AWS SQS
  • Work on cloud stack development with IaC using AWS CloudFormation CDK

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Publication date : Nov 29, 2022
Length: 30hrs 20mins
Edition : 1st
Language : English
ISBN-13 : 9781804611203
Vendor :
Amazon
Category :
Languages :
Tools :

What do you get with a video?

Product feature icon Download this video in MP4 format
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Product Details

Publication date : Nov 29, 2022
Length: 30hrs 20mins
Edition : 1st
Language : English
ISBN-13 : 9781804611203
Vendor :
Amazon
Category :
Languages :
Tools :

Packt Subscriptions

See our plans and pricing
Modal Close icon
₹800 billed monthly
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Simple pricing, no contract
₹4500 billed annually
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just ₹400 each
Feature tick icon Exclusive print discounts
₹5000 billed in 18 months
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just ₹400 each
Feature tick icon Exclusive print discounts

Frequently bought together


Stars icon
Total 17,875.97
AWS Serverless Microservices with Patterns and Best Practices
₹7447.99
Solutions Architect's Handbook
₹6703.99
Event-Driven Architecture in Golang
₹3723.99
Total 17,875.97 Stars icon

Table of Contents

35 Chapters
Introduction to the Course Chevron down icon Chevron up icon
Project Code and Course Slides Chevron down icon Chevron up icon
Create AWS Account – Free Tier Chevron down icon Chevron up icon
Developing Our First Lambda Function Chevron down icon Chevron up icon
Architecture Recap: Event-Driven Microservices Architectures Chevron down icon Chevron up icon
Thinking AWS Serverless for Event-Driven Microservices Architecture Chevron down icon Chevron up icon
API Gateway RESTful API Development with Synchronous Lambda Event Sources Chevron down icon Chevron up icon
Building Microservices with AWS Lambda for Synchronous API-Driven Event Sources Chevron down icon Chevron up icon
AWS DynamoDB Serverless NoSQL Data Persistence Chevron down icon Chevron up icon
Building RESTful Microservices with AWS Lambda, API Gateway, and DynamoDB Chevron down icon Chevron up icon
AWS Serverless Deployments IaC with AWS CDK (Cloud Development Kit) Chevron down icon Chevron up icon
Prerequisites and Tools for Developing Serverless Applications on AWS Chevron down icon Chevron up icon
Getting Started with AWS CDK by Developing Our First CSK Application Chevron down icon Chevron up icon
API Gateway-Lambda Synchronous RESTful Microservices with CDK Chevron down icon Chevron up icon
Creating Our E-Commerce Serverless Microservices Project with CDK Chevron down icon Chevron up icon
Understanding Our E-Commerce Domain Chevron down icon Chevron up icon
Code Structure of E-Commerce Serverless Microservices Project in CDK Chevron down icon Chevron up icon
Creating Product Microservices Serverless CRUD REST API Infrastructure with CDK Chevron down icon Chevron up icon
Developing Product Lambda Microservices CRUD Functions with AWS SDK Chevron down icon Chevron up icon
Organize Infrastructure Code with Creating Solution Constructs on AWS CDK Chevron down icon Chevron up icon
Creating Basket Microservices Infrastructure with AWS CDK – Add to Basket Case Chevron down icon Chevron up icon
Developing Basket Lambda Microservices Functions with AWS SDK Chevron down icon Chevron up icon
AWS EventBridge for Decouple Microservices with Event-Driven Architecture Chevron down icon Chevron up icon
Creating AWS EventBridge EventBus Infrastructure with AWS CDK – Checkout Basket Chevron down icon Chevron up icon
Creating Ordering Microservices Infrastructure with AWS CDK Chevron down icon Chevron up icon
Develop Checkout Basket for Send Event to AWS EventBridge from Basket with SDK Chevron down icon Chevron up icon
Develop Ordering Microservice Consume Checkout Event from AWS EventBridge with SDK Chevron down icon Chevron up icon
Developing Ordering Microservice Sync Invocation from API Gateway with AWS SDK Chevron down icon Chevron up icon
E2E Testing Basket and Ordering Microservices Sync and Async Invocations Chevron down icon Chevron up icon
AWS SQS for Event-Driven Architecture with Queues Chevron down icon Chevron up icon
Creating AWS SQS Queue Infrastructure with AWS CDK – Polling Checkout Basket Chevron down icon Chevron up icon
Developing AWS SQS Event Source Mapping Polling Invocation from Ordering with SDK Chevron down icon Chevron up icon
E2E Testing Basket and Ordering Microservices Event Source Mapping Polling Chevron down icon Chevron up icon
What Next – AWS Step Functions for Orchestration Order Fulfilment Chevron down icon Chevron up icon
Thanks Chevron down icon Chevron up icon

Customer reviews

Rating distribution
Full star icon Full star icon Full star icon Full star icon Empty star icon 4
(1 Ratings)
5 star 0%
4 star 100%
3 star 0%
2 star 0%
1 star 0%
Alexander Oct 03, 2023
Full star icon Full star icon Full star icon Full star icon Empty star icon 4
Good content but urgent need to cut it down to important parts. So much repetitive parts, explaining same thing over and over. This course is not for beginners hence speed up with precise statements. I know English is not first language of the author but this course could be much denser and more effective. But very useful content.
Subscriber review Packt
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

How can I download a video package for offline viewing? Chevron down icon Chevron up icon
  1. Login to your account at Packtpub.com.
  2. Click on "My Account" and then click on the "My Videos" tab to access your videos.
  3. Click on the "Download Now" link to start your video download.
How can I extract my video file? Chevron down icon Chevron up icon

All modern operating systems ship with ZIP file extraction built in. If you'd prefer to use a dedicated compression application, we've tested WinRAR / 7-Zip for Windows, Zipeg / iZip / UnRarX for Mac and 7-Zip / PeaZip for Linux. These applications support all extension files.

How can I get help and support around my video package? Chevron down icon Chevron up icon

If your video course doesn't give you what you were expecting, either because of functionality problems or because the content isn't up to scratch, please mail customercare@packt.com with details of the problem. In addition, so that we can best provide the support you need, please include the following information for our support team.

  1. Video
  2. Format watched (HTML, MP4, streaming)
  3. Chapter or section that issue relates to (if relevant)
  4. System being played on
  5. Browser used (if relevant)
  6. Details of support
Why can’t I download my video package? Chevron down icon Chevron up icon

In the even that you are having issues downloading your video package then please follow these instructions:

  1. Disable all your browser plugins and extensions: Some security and download manager extensions can cause issues during the download.
  2. Download the video course using a different browser: We've tested downloads operate correctly in current versions of Chrome, Firefox, Internet Explorer, and Safari.