aws-samples / amazon-ecs-catsndogs-workshop

This is self-paced workshop designed to allow developers and system administrators to get hands on with Amazon Elastic Container Service concepts such as service and container-instance auto-scaling, spot-fleet integration, container placement strategies, service discovery, secrets management with AWS Systems Manager Parameter Store, time-based and event-based scheduling, and automated deployment pipelines.
Apache License 2.0
167 stars 72 forks source link

Fix invalid syntax #47

Closed carlosafonso closed 4 years ago

carlosafonso commented 4 years ago

Issue #, if available: N/A

Description of changes:

It seems that PR #37 (commit 6726084) introduced a couple of regressions in Lab0-baseline-setup.yml. This PR fixes them:

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

carlosafonso commented 4 years ago

Hi team, did you have the chance to review this PR?