A serverless REST API built with AWS Lambda, API Gateway, and DynamoDB.
- AWS Lambda (Python 3.12)
- AWS API Gateway
- AWS DynamoDB
- AWS IAM
- Boto3
| Method | Route | Description |
|---|---|---|
| POST | /items | Create a new item |
| GET | /items | Retrieve all items |
| GET | /items/{id} | Retrieve one item by ID |
https://9i71alql18.execute-api.us-east-1.amazonaws.com/prod
Internet → API Gateway → Lambda → DynamoDB
Built by RESIL Technology Solutions