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
- Host: GitHub
- URL: https://github.com/satviktripathi369/attendence_managment_system_aws-serverless-main
- Owner: satviktripathi369
- License: gpl-3.0
- Created: 2024-07-30T12:39:09.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-30T12:42:07.000Z (about 1 year ago)
- Last Synced: 2025-02-08T02:29:41.635Z (8 months ago)
- Topics: attendance-management-system, aws, dynamodb, lambda
- Language: HTML
- Homepage: https://csmproj123.s3.ap-northeast-1.amazonaws.com/index.html
- Size: 5.96 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

### 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
     
   ### Cloud Architecture
### 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!