Skip to content

Commit 90a9496

Browse files
committed
Fix dev deployment
Signed-off-by: csavula <[email protected]>
1 parent 1398e21 commit 90a9496

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

cla-backend/serverless.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -584,9 +584,6 @@ functions:
584584
apiv1:
585585
handler: wsgi_handler.handler
586586
description: "EasyCLA Python API handler for the /v1 endpoints"
587-
package:
588-
patterns:
589-
- '!**'
590587
events:
591588
- http:
592589
method: ANY
@@ -596,9 +593,6 @@ functions:
596593
apiv2:
597594
handler: wsgi_handler.handler
598595
description: "EasyCLA Python API handler for the /v2 endpoints"
599-
package:
600-
patterns:
601-
- '!**'
602596
events:
603597
- http:
604598
method: ANY
@@ -608,9 +602,6 @@ functions:
608602
salesforceprojects:
609603
handler: cla.salesforce.get_projects
610604
description: "EasyCLA API Callback Handler for fetching all SalesForce projects"
611-
package:
612-
patterns:
613-
- '!**'
614605
events:
615606
- http:
616607
method: ANY
@@ -620,9 +611,6 @@ functions:
620611
salesforceprojectbyID:
621612
handler: cla.salesforce.get_project
622613
description: "EasyCLA API Callback Handler for fetching SalesForce projects by ID"
623-
package:
624-
patterns:
625-
- '!**'
626614
events:
627615
- http:
628616
method: ANY
@@ -633,9 +621,6 @@ functions:
633621
githubinstall:
634622
handler: wsgi_handler.handler
635623
description: "EasyCLA API Callback Handler for GitHub bot installations"
636-
package:
637-
patterns:
638-
- '!**'
639624
events:
640625
- http:
641626
method: ANY
@@ -645,9 +630,6 @@ functions:
645630
githubactivity:
646631
handler: wsgi_handler.handler
647632
description: "EasyCLA API Callback Handler for GitHub activity"
648-
package:
649-
patterns:
650-
- '!**'
651633
events:
652634
- http:
653635
method: POST

0 commit comments

Comments
 (0)