Source code management for BaaS services
BaaS does not store or manage the source code of services. Use a source code control system (SCCS) to manage and track service source code.
BaaS does not store or manage the source code for services that are developed by using the BaaS SDK. When you deploy a BaaS service, the deployed service does not include the original source code.
This design separates runtime execution from source code management. The deployed service contains only the artifacts that are required to run the service.
To manage source code, use a source code control system (SCCS) that is recommended by your organization's development standards. An SCCS enables you to track changes, maintain version history, and restore previous versions of the service source code.
Use the SCCS as the system of record for all BaaS service source code.