- npm install @aws-cdk/core@1.123.0
- Note: In setup.py, make sure to use "aws-cdk.core==1.123.0",
- python3 -m venv .venv && source .venv/bin/activate # If not already installed
- pip install -r requirements.aws.txt
- pip install -r requirements.txt --target resources
- Fork Repo.
- Git clone
- cd
- git remote add origin <REMOTE_URL>
- Git add . && git commit -m “some message”
- git push -u origin main
- Now go to your forked repository and create a pull request
- Check out https://kbroman.org/github_tutorial/pages/fork.html