JulioCVaz / nodejs-aws-serverless

A Ecommerce project using NodeJS, AWS CDK and Serverless

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AWS Serverless Ecommerce

This project was created following the course lessons AWS Serverless with Typescript. In this course, a simple ecommerce system was developed with the functions of listing products, creating orders, sending emails, among others.

Architecture

Screenshot

Tech Stack

  • AWS Lambda
  • API Gateway REST
  • API Gateway WebSocket
  • DynamoDB
  • DynamoDB Stream
  • Simple Notification Service (SNS)
  • Simple Queue Service (SQS)
  • Simple Storage Service (S3)
  • CloudWatch
  • AWS Cognito
  • Simple Email Service (SES)
  • AWS EventBridge
  • AWS CodePipeline
  • AWS Identity and Access Management
  • AWS CDK
  • AWS X-Ray

About

A Ecommerce project using NodeJS, AWS CDK and Serverless


Languages

Language:TypeScript 97.3%Language:JavaScript 2.7%