Tutorial - Allowing CORS on AWS API Gateway using SAM - the easy way
As with every project, CORS does problems. This is a manual for future me on how to set it correctly. Option 1 - the hard way By the hard way, I mean specifying CORS manually in the openapi schema specs file. I started normally, as one does, by googling (actually I use DuckDuckGO, but this is a little offtopic). I entered “enabling CORS on API gateway openapi” and a bunch of results came out....