In few hours, quickly learn how to effectively leverage various AWS services to improve developer productivity and reduce the overall time to market for new product capabilities.
Infrastructure is misspelled in the tutorial as Insfrastrture in Additional Exercises.
"Stage 1: Pipeline + Infrastrture as code"
Add the following step in your $git commands so that you don't have to enter gnarly user id/password every time.
Store your git credentials:
$ git config credential.helper store
// thanks to the instructor
Infrastructure is misspelled in the tutorial as Insfrastrture in Additional Exercises. "Stage 1: Pipeline + Infrastrture as code"
Add the following step in your $git commands so that you don't have to enter gnarly user id/password every time. Store your git credentials: $ git config credential.helper store // thanks to the instructor