Skip to content

memor24/myWebsite-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Architecture

sitemap

Backend

Lambda Function

Since we use the serverless function, also known as FaaS-Function as a Service- this is a Python code for the Lambda serverless function that updates a counter when the page is viewd and stores it in a DynamoDB table like this:

my ddb

The JavaScript invokes the lambda funtion directly and shows the updated view count on the page. An application loadbalancer (AWS-ALB) will be added for additional security and will be secured further using a web application firewall (WAF). A Pytest code will be added into the continuous delivery in the test environment.

Infrastructure as Code

TBU: All the AWS resources are defined as Terraform code and deployed using Terraform commands automatically. Also the code for Lambda function is Dockerized and integrated via Jenkins to ECR. The Jenkins pipeline itself will be fully automated.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages