An open API service indexing awesome lists of open source software.

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

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!