Title Addition

Description

How to run the project

  • 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

How to create a pull request

  1. Fork Repo.
  2. Git clone
  3. cd
  4. git remote add origin <REMOTE_URL>
  5. Git add . && git commit -m “some message”
  6. git push -u origin main
  7. Now go to your forked repository and create a pull request
  8. Check out https://kbroman.org/github_tutorial/pages/fork.html