Just completed an exciting project crafting a single-page React app (Landon Hotel) powered by the magic of AWS! 🚀 Started with mock data, then elevated the game by setting up DynamoDB tables – AWS's flexible NoSQL database. Loaded data seamlessly using Lambda functions, turning our app not just sleek but also serverless!
Here's the journey in plain language:
- Used Amplify for quick and seamless deployment.
- Created an IAM user for secure AWS access.
- DynamoDB tables became our data playground.
- Sent JSON data directly from React to DynamoDB.
- DynamoDB data loaded flawlessly with the help of Lambda functions.
- Introduced an API Gateway, acting as a traffic controller for our REST API, connecting React to AWS through various endpoints.
- Updated CORS headers.
A journey filled with AWS wonders, React brilliance, and a touch of serverless magic! 🌐✨
- React
- AWS (Amplify, IAM, DynamoDB, Lambda, API Gateway)