I have a further question about setting up API end...
# getting-started
n
I have a further question about setting up API endpoints - what is the best/correct way to enable CORS for my API endpoints? For now I'm using the aws-apigateway package, but there doesn't seem to be a streamlined way to enable CORS? Also, it would be pointless to create a lambda function just to set the appropriate headers and I'm sure that the APIGW is capable of generating the OPTIONS response without a lambda function. Hoping that someone can point me in the right direction.