aws_cdk_testing_python

I’ll demo how to TDD and testing using aws cdk for python.

Cheat Sheet

  • Template methods [Match API is accepted as an argument]:

    • It’s for the following cloudformation’s
      template sections: Resources, Outputs,
      Mappings and Parameters

      • has_* : Asserts.
      • find_* : Finds and returns matching.
  • Capture methods [Match API is accepted as an argument]:

    • as* : Returns captured value
    • next: Multiple capturing, get the next value from iterator

Youtube videos.

  1. AWS CDK Testing (Python | TDD) – I
  2. AWS CDK Testing (Python | TDD) – II

GitHub

View Github