From 7e9eba7e5a311633ae0c1778b764369719c9e370 Mon Sep 17 00:00:00 2001 From: Deep Mistry Date: Mon, 28 Oct 2024 14:52:39 -0400 Subject: [PATCH] CMR-10226: Added OPTIONS as a method in serverless.yml --- serverless.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/serverless.yml b/serverless.yml index 9b0f35ee..38cfa7d0 100644 --- a/serverless.yml +++ b/serverless.yml @@ -45,6 +45,7 @@ functions: method: - GET - POST + - OPTIONS - alb: listenerArn: ${cf:${opt:stage}.servicesLbListenerArn} priority: 501 @@ -53,6 +54,7 @@ functions: method: - GET - POST + - OPTIONS resources: # IAM