aws-samples / aws-proton-cloudformation-sample-templates

Sample templates for AWS Proton
https://aws.amazon.com/proton
MIT No Attribution
277 stars 440 forks source link

update tar command in the readme #61

Open Scorp10N opened 2 years ago

Scorp10N commented 2 years ago

first, thank you for this helpful repository! :) i'm learning a lot from it.

last commit #60 changed directory structure without updating readme file in tar commands paths need to reflect the updated folder structure "microservices-xxx"

for example: 'tar -zcvf env-template.tar.gz environment/' => 'tar -zcvf env-template.tar.gz microservices-env/'

ps. i wonder if 'readme.md' can be generated or referenced through dynamic relative paths

krimple commented 2 years ago

Same here - glad someone noted this - I was looking for the directory and then it became obvious with the example above (this is for the loadbalanced ecs sample) - https://github.com/aws-samples/aws-proton-cloudformation-sample-templates/tree/main/loadbalanced-fargate-svc