# AWS CDK Service Specification Source of truth for CDK code generation. ## Contributing This repository uses [Git LFS](https://git-lfs.com/). Before you clone this repository, run the following commands *once*: ```sh brew install git-lfs # Or equivalent, see the website above git lfs install # Need to run this once per repo ``` If you end up with the files not being downloaded from LFS (these are called [LFS pointer files](https://github.com/git-lfs/git-lfs/wiki/Tutorial#lfs-pointer-files-advanced)), the following command will download them for you: ```sh git lfs pull ```