https://github.com/martinmohammed/spaces-app
"Serverless" AWS Cloud Application made with AWS Cloud Development and React.
https://github.com/martinmohammed/spaces-app
aws cdk cloud iac react serverless
Last synced: 12 months ago
JSON representation
"Serverless" AWS Cloud Application made with AWS Cloud Development and React.
- Host: GitHub
- URL: https://github.com/martinmohammed/spaces-app
- Owner: MartinMohammed
- Created: 2023-07-31T10:57:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-31T11:11:26.000Z (over 2 years ago)
- Last Synced: 2025-02-13T19:46:39.689Z (about 1 year ago)
- Topics: aws, cdk, cloud, iac, react, serverless
- Language: TypeScript
- Homepage:
- Size: 454 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README


## Infrastructure of the application

## Demo of the application

### General Explanation of the Application
- The application is a React single-page application.
- Users have the ability to upload their travel experiences.
- User experiences are stored inside AWS S3 & DynamoDB.
- When users log in, they can access their uploaded experiences.
### Disclaimer
The primary focus of this application was not to build a sophisticated frontend application. Instead, the main emphasis was placed on developing a robust and scalable cloud infrastructure.
The key goals for the application were:
- **Scalability**: Designing the infrastructure to handle varying workloads and accommodate future growth seamlessly.
- **Durability**: Ensuring that data and resources are stored securely and with high durability, minimizing the risk of data loss.
- **Availability**: Implementing measures to maintain high availability and minimize downtime for users.
While the frontend serves as a functional interface, the main achievement lies in creating a reliable and efficient cloud infrastructure capable of meeting the outlined goals.