Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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.

License

NotificationsYou must be signed in to change notification settings

awsrun/aws-microservices

Repository files navigation

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

course2

This is a Serverless Event-driven E-commerce project for TypeScript development with CDK.Thecdk.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-worldServerless E-commerce application and it includes;

  • REST API andCRUD endpoints with usingAWS Lambda, API Gateway
  • Data persistence with usingAWS DynamoDB
  • Decouple microservices with events usingAmazon EventBridge
  • Message Queues for cross-service communication usingAWS SQS
  • Cloud stack development withIaC usingAWS CloudFormation and AWS CDK

Prerequisites

You will need the following tools:

  • AWS Account and User
  • AWS CLI
  • NodeJS
  • AWS CDK Toolkit
  • Docker

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 includecdk.json files, run below command:
cdkdeploy

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

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

  2. You canlaunch microservices as below urls:

Useful commands

  • npm run build compile typescript to js
  • npm run watch watch for changes and compile
  • npm run test perform the jest unit tests
  • cdk deploy deploy this stack to your default AWS account/region
  • cdk diff compare deployed stack with current state
  • cdk synth emits the synthesized CloudFormation template

Authors

See also the list ofcontributors who participated in this project. Check alsogihtub page of repository.

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp