phillip-le / medium-article-code-examples

Code examples for several medium articles including Unit Testing AWS SDK in TypeScript.

Home Page:https://medium.com/@phillip.le

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Source code for the following articles

Setup locally

  • Requires Node v18
  • Yarn v1

Install dependencies:

yarn install

Development

Test

yarn test

Lint

Fix issues

yarn format

Check for issues

yarn lint

References

Generated using skuba

About

Code examples for several medium articles including Unit Testing AWS SDK in TypeScript.

https://medium.com/@phillip.le


Languages

Language:TypeScript 99.8%Language:JavaScript 0.2%