You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to define the CloudFormation template for a Backend Application type with the architecture described in #816.
Programming model
Extract common templates into templates/applications/common/<name.yml>. This will allow us to dry our templates and gain velocity when adding a new template in the future.
* chore: extract common sections accross app types into separate dir
Related #833
* refactor: update newTemplate function's documentation
* refactor: use const instead of hard-coded value in stack/lb_fargate_app
* refactor: rename private methods in template/template.go
* refactor: initialize buffer with new()
We want to define the CloudFormation template for a Backend Application type with the architecture described in #816.
Programming model
templates/applications/common/<name.yml>
. This will allow us to dry our templates and gain velocity when adding a new template in the future.templates/applications/backend-app/cf.yml
.The text was updated successfully, but these errors were encountered: