An open API service indexing awesome lists of open source software.

https://github.com/satviktripathi369/attendence_managment_system_aws-serverless-main

A sample full stack application which is a cloud native application built using AWS services like AWS S3 bucket ,AWS API gateway ,AWS Lambda and AWS DynamoDb
https://github.com/satviktripathi369/attendence_managment_system_aws-serverless-main

attendance-management-system aws dynamodb lambda

Last synced: 4 months ago
JSON representation

A sample full stack application which is a cloud native application built using AWS services like AWS S3 bucket ,AWS API gateway ,AWS Lambda and AWS DynamoDb

Awesome Lists containing this project

README

          

![Group 26](https://github.com/Manav-Khandurie/Attendence_Managment_System_AWS-Serverless/assets/123000337/edd29dda-dda7-489d-8a85-9cc74ca5af5d)

### About the Project
> A Full stack application which is a cloud native application built using AWS services like AWS S3 bucket ,AWS API gateway ,AWS Lambda and AWS DynamoDb. This application follows the AWS SERVERLESS ARCHITECTURE.

### Tech Stack

![Static Badge](https://img.shields.io/badge/HTML-101010?logo=html5&logoColor=%23E34F26) ![Static Badge](https://img.shields.io/badge/JavaScript-101010?logo=javascript&logoColor=%23F7DF1E) ![Static Badge](https://img.shields.io/badge/CSS-202020?logo=css3&logoColor=%231572B6) ![Static Badge](https://img.shields.io/badge/AWS-101010?logo=amazonaws) ![Static Badge](https://img.shields.io/badge/ReactJS-101010?logo=react&logoColor=%2361DAFB) ![Static Badge](https://img.shields.io/badge/Python-101010?logo=python)
![Static Badge](https://img.shields.io/badge/DynamoDB-101010?logo=amazondynamodb) ![Static Badge](https://img.shields.io/badge/AWSAPIGateWay-101010?logo=amazonapigateway) ![Static Badge](https://img.shields.io/badge/AWSS3-101010?logo=amazons3) ![Static Badge](https://img.shields.io/badge/AWSLambda-101010?logo=awslambda)![Static Badge](https://img.shields.io/badge/AWS_IAM-101010?logo=amazoniam)![Static Badge](https://img.shields.io/badge/PostMan-101010?logo=postman)

### Cloud Architecture
![Group 26](https://github.com/Manav-Khandurie/Attendence_Managment_System_AWS-Serverless/assets/123000337/b073436b-4f83-47f5-b2c7-5b5aa392f884)

### Contributing

1. Fork the Project
2. Clone your forked repository

```sh
git clone https://github.com//Attendence_Managment_System_AWS-Serverless.git
```
3. Now go ahead and create a new branch and move to the branch
```sh
git checkout -b fix-issue-
```
4. After you have added your changes, follow the following command chain
* Check the changed files
```sh
git status -s
```

* Add all the files to the staging area
```sh
git add .
```
or
```sh
git add
```
* Commit your changes
```sh
git commit -m ""
```
5. Push your changes
```sh
git push origin fix-issue-
```
6. Open a Pull Request
>
> * Wait for the PR to be reviewed and merged.
>
> * Happy Coding!