diff --git a/posts/2018-01-16-cors-api-gateway-survival-guide.md b/posts/2018-01-16-cors-api-gateway-survival-guide.md index 8a00d303d..a34a9c6ac 100644 --- a/posts/2018-01-16-cors-api-gateway-survival-guide.md +++ b/posts/2018-01-16-cors-api-gateway-survival-guide.md @@ -194,7 +194,8 @@ functions: path: product/{id} method: get cors: - origin: '*' # <-- Specify allowed origin + origins: + - '*' # <-- Specify allowed origin headers: # <-- Specify allowed headers - Content-Type - X-Amz-Date