Currently, I am using a third-party to manage the templates.
With CloudFormation, I can do the same if I just include the template definitions in serverless.yaml along with other CF definitions. This also add traceability for all template changes as they will be checked in source control and go through the future CI/CD process to get deployed.
Currently, I am using a third-party to manage the templates. With CloudFormation, I can do the same if I just include the template definitions in
serverless.yaml
along with other CF definitions. This also add traceability for all template changes as they will be checked in source control and go through the future CI/CD process to get deployed.