jch254/serverless-node-dynamodb-api

Send Access-Control-Allow-Origin header on 401 from custom authorizer

Closed this issue ยท 2 comments

Due to an issue with API Gateway 4xx response from customer authorizers do not include CORS headers ๐Ÿ˜ž

Further reading: https://forums.aws.amazon.com/thread.jspa?threadID=228211

See serverless/serverless#3896 for Serverless discussion about scripting via CF.

Fixed in 6615299