https://github.com/lewiscowles1986/api-gateway-cors-no-app
Example of API-Gateway (V1 only it seems) to support CORS via MockIntegration
https://github.com/lewiscowles1986/api-gateway-cors-no-app
Last synced: 3 months ago
JSON representation
Example of API-Gateway (V1 only it seems) to support CORS via MockIntegration
- Host: GitHub
- URL: https://github.com/lewiscowles1986/api-gateway-cors-no-app
- Owner: Lewiscowles1986
- Created: 2024-08-14T07:30:22.000Z (10 months ago)
- Default Branch: v1
- Last Pushed: 2024-08-14T07:35:24.000Z (10 months ago)
- Last Synced: 2025-03-06T14:55:02.738Z (3 months ago)
- Language: HCL
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Example of using CORS via API-Gateway V1 and avoiding application knowledge of CORS
This uses API Gateway to wrap another service, so that API-Gateway can add a canned OPTIONS response. The idea is to then use this with API Gateway to add CORS headers as well
I Think I forgot to add the CORS headers.
To be improved!