1 Risposta
- Più recenti
- Maggior numero di voti
- Maggior numero di commenti
0
You have to also enable CORS on API Gateway itself as well AND manage it on lambda too.
On API Gateway, set allowed origins to *
and keep your lambda code the same.
Later on when you want to deploy, leave API Gateway as *
, but then specify your domain within the lambda function.
Let me know if this helps
con risposta 7 mesi fa
Contenuto pertinente
- AWS UFFICIALEAggiornata 8 mesi fa
- AWS UFFICIALEAggiornata 2 anni fa
- AWS UFFICIALEAggiornata 4 mesi fa
How/where do I set it in API Gateway? The
Enable CORS
option does not seem to work.