Skip to content

Instantly share code, notes, and snippets.

View joerncodes's full-sized avatar
💭
Coding whelmed

Jörn joerncodes

💭
Coding whelmed
View GitHub Profile
@joerncodes
joerncodes / creating-an-aws-profile-to-work-with-cdk.md
Created February 2, 2023 12:16
Creating an AWS Profile to Work With CDK

Creating an AWS Profile to Work With CDK

Author: Jörn Meyer
Last change: 2023-02-02

Install CLI tools

In order to use [AWS CDK][cdk] to build AWS stacks, you need to install the aws and cdk command line tools first:

  1. Follow the [AWS CLI install instructions][instructions] for your operating system.

Author:: Kent Beck. Book:: Test-Driven Development. Genre:: #genre/non-fiction/dev

The Rhythm of Test-Driven Development

  1. Quickly add a test.
  2. Run all tests and see the new one fail.