AWS cheatsheet
Syntax snippets and quick notes for revision.
AWS overview
const concept = "AWS overview";
const task = { input: "sample", goal: "ship a useful feature" };
console.log(concept, task.goal);Use this aws overview pattern when a AWS task needs a small, readable starting point.
AWS setup
const concept = "AWS setup";
const task = { input: "sample", goal: "ship a useful feature" };
console.log(concept, task.goal);Use this aws setup pattern when a AWS task needs a small, readable starting point.
AWS syntax
const concept = "AWS syntax";
const task = { input: "sample", goal: "ship a useful feature" };
console.log(concept, task.goal);Use this aws syntax pattern when a AWS task needs a small, readable starting point.
AWS examples
const concept = "AWS examples";
const task = { input: "sample", goal: "ship a useful feature" };
console.log(concept, task.goal);Use this aws examples pattern when a AWS task needs a small, readable starting point.
AWS workflow
const concept = "AWS workflow";
const task = { input: "sample", goal: "ship a useful feature" };
console.log(concept, task.goal);Use this aws workflow pattern when a AWS task needs a small, readable starting point.
AWS validation
const concept = "AWS validation";
const task = { input: "sample", goal: "ship a useful feature" };
console.log(concept, task.goal);Use this aws validation pattern when a AWS task needs a small, readable starting point.
AWS debugging
const concept = "AWS debugging";
const task = { input: "sample", goal: "ship a useful feature" };
console.log(concept, task.goal);Use this aws debugging pattern when a AWS task needs a small, readable starting point.
AWS best practices
const concept = "AWS best practices";
const task = { input: "sample", goal: "ship a useful feature" };
console.log(concept, task.goal);Use this aws best practices pattern when a AWS task needs a small, readable starting point.