33# SPDX-License-Identifier: MIT
44
55service : cla-backend
6- frameworkVersion : ' ^3.0 .0'
6+ frameworkVersion : ' ^3.40 .0'
77
88package :
99 # Exclude all first - selectively add in lambda functions
@@ -585,7 +585,6 @@ functions:
585585 handler : wsgi_handler.handler
586586 description : " EasyCLA Python API handler for the /v1 endpoints"
587587 package :
588- individually : true
589588 patterns :
590589 - ' !**'
591590 events :
@@ -598,7 +597,6 @@ functions:
598597 handler : wsgi_handler.handler
599598 description : " EasyCLA Python API handler for the /v2 endpoints"
600599 package :
601- individually : true
602600 patterns :
603601 - ' !**'
604602 events :
@@ -611,7 +609,6 @@ functions:
611609 handler : cla.salesforce.get_projects
612610 description : " EasyCLA API Callback Handler for fetching all SalesForce projects"
613611 package :
614- individually : true
615612 patterns :
616613 - ' !**'
617614 events :
@@ -624,7 +621,6 @@ functions:
624621 handler : cla.salesforce.get_project
625622 description : " EasyCLA API Callback Handler for fetching SalesForce projects by ID"
626623 package :
627- individually : true
628624 patterns :
629625 - ' !**'
630626 events :
@@ -638,7 +634,6 @@ functions:
638634 handler : wsgi_handler.handler
639635 description : " EasyCLA API Callback Handler for GitHub bot installations"
640636 package :
641- individually : true
642637 patterns :
643638 - ' !**'
644639 events :
@@ -651,7 +646,6 @@ functions:
651646 handler : wsgi_handler.handler
652647 description : " EasyCLA API Callback Handler for GitHub activity"
653648 package :
654- individually : true
655649 patterns :
656650 - ' !**'
657651 events :
0 commit comments