- This app allows you to buy or sell a car.
- If you choose to buy, the app will search the database for cars matching your criteria and send you an email and sms with the amount of cars it found.
- If you choose to sell, it will add an entry to the database with the details of your car.
- HTML/CSS/Javascript
- Python
- AWS API Gateway
- AWS Lambda
- AWS RDS MySQL
- AWS Step Functions
- AWS SNS/SES
Website allows user to buy or sell car.
API Gateway exposes an API endpoint. API Gateway then communicates with main lambda.
Main lambda receives information from the API Gateway and first communicates with lambda inside VPC (which will communicate with the RDS instance). Main lambda then calls Step Functions.
Step Functions orchestrate additional lambda (to access SNS) and SES
SNS and SES send emails and sms