AWS Retail Demo Store is a sample retail web application and workshop platform demonstrating how AWS infrastructure and services can be used to build compelling customer experiences for eCommerce, retail, and digital marketing use-cases
MIT No Attribution
726
stars
515
forks
source link
Misuse of the `cat` command in the ECS Immersion day training #610
While running through the ECS Immersion day training, I noticed that the workshop studio guide contains what I believe to be misuse of the cat command.
cat layout.html | grep CodePipeline
can be achieved with the single command:
grep CodePipeline layout.html
Thanks for reporting this. The ECS immersion day is actually using a different demo than this retail demo store, but I'm forwarding this request to the relevant team internally.
While running through the ECS Immersion day training, I noticed that the workshop studio guide contains what I believe to be misuse of the
cat
command.cat layout.html | grep CodePipeline
can be achieved with the single command:grep CodePipeline layout.html
I wasn't sure where else to put this.