Skip to content

Commit

Permalink
Merge branch 'main' into customResourcePropertyUpdate
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Feb 20, 2025
2 parents 64ddcb8 + 8728d5b commit f5034f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/aws-cdk-lib/aws-apigateway/lib/cors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ export interface CorsOptions {
* `[ * ]`.
*
* Responses will include the `Access-Control-Allow-Origin` response header.
* If `Cors.ALL_ORIGINS` is specified, the `Vary: Origin` response header will
* also be included.
* If specific origins are specified (not `Cors.ALL_ORIGINS`), the `Vary: Origin`
* response header will also be included.
*
* @see https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Origin
*/
Expand Down

0 comments on commit f5034f2

Please sign in to comment.