Skip to content

Instantly share code, notes, and snippets.

@clarissachin
clarissachin / README.md
Created November 7, 2018 06:02 — forked from leonardofed/README.md
A curated list of AWS resources to prepare for the AWS Certifications


A curated list of AWS resources to prepare for the AWS Certifications

A curated list of awesome AWS resources you need to prepare for the all 5 AWS Certifications. This gist will include: open source repos, blogs & blogposts, ebooks, PDF, whitepapers, video courses, free lecture, slides, sample test and many other resources.


Git Workflow

  1. Development starts with an assigned issue (or a user story).

  2. Cut a feature branch off master for the issue:

    $ git checkout master
    $ git pull
    $ git checkout -b <issue num>_<description>   # e.g. 	123_reset_password_email