awsrun / aws-microservices

AWS Serverless Event-driven Microservices with using AWS Lambda, AWS DynamoDB, AWS API Gateway, AWS EventBridge, AWS SQS, AWS CDK stands for Cloud Development Kit for IaC — Infrastructure as Code tool and AWS CloudWatch for monitoring.
https://www.udemy.com/course/aws-serverless-microservices-lambda-eventbridge-sqs-apigateway/?couponCode=OCTO24
MIT License
306 stars 158 forks source link
api-gateway aws aws-apigateway aws-dynamodb aws-lambda cdk cloudwatch dynamodb eventbridge lambda lambda-functions sns sns-topic sqs sqs-queue step-functions

Serverless Event-driven E-commerce Microservices

UDEMY COURSE WITH DISCOUNTED - Step by Step Development of this Repository -> https://www.udemy.com/course/aws-serverless-microservices-lambda-eventbridge-sqs-apigateway/?couponCode=OCTO24

course2

This is a Serverless Event-driven E-commerce project for TypeScript development with CDK. The cdk.json file tells the CDK Toolkit how to execute your app.

Check Explanation of this Repository on Medium

Whats Including In This Repository

We will be following the reference architecture above which is a real-world Serverless E-commerce application and it includes;

Prerequisites

You will need the following tools:

Run The Project

Follow these steps to get your development environment set up: (Before Run Start the Docker Desktop)

  1. Clone the repository

  2. At the root directory which include cdk.json files, run below command:

    cdk deploy

    Note: Make sure that your Docker Desktop is running before execute the cdk deploy command.

  3. Wait for provision all microservices into aws cloud. That’s it!

  4. You can launch microservices as below urls:

Useful commands

Authors

See also the list of contributors who participated in this project. Check also gihtub page of repository.