API Gateway
- https://www.alexdebrie.com/posts/api-gateway-access-logs/
POST Requests
POST requests have no restriction on data length, so they’re more suitable for files and images. Whereas GET requests have a limit of 2 kilobytes (some servers can handle 64 KB data) and GET only allows ASCII values.
Source: https://www.pluralsight.com/guides/web-scraping-with-request-python
API Gateway Limits
- Synchronous AWS Lambda & Amazon API Gateway limits and what to do about them
- Enabling payload compression for an API
AWS Client
https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/apigateway.html#APIGateway.Client.get_api_key
JSON Schema Validation
https://www.fernandomc.com/posts/schema-validation-serverless-framework/