A multi-language test to build simple APIs in multiple languages that meet the following specifications/features. The API should also be able to be deployed to AWS API Gateway.
- Python
- Javascript
- Go
- Elixir
- PHP
- Authentication/Authorization
- Database Interaction (ORM)
- Rate Limiting
- Request Validation
- Content Type Negotiation
- Global Error/Exception Handling
GET /booksGET /books/{id}POST /booksPUT /books/{id}DELETE /books/{id}