Skip to content

Instantly share code, notes, and snippets.

View cjwfuller's full-sized avatar

Chris Fuller cjwfuller

View GitHub Profile
@leonardofed
leonardofed / README.md
Last active July 19, 2024 17:51
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.


do_stuff(){
// ensure parameters are valid, returning API errors related to validation if they're not
// attempt to actually do stuff, returning API errors related to processing failure if we can't
}