https://github.com/build-on-aws/uscis-priority-date-tracker
This project contains the sample code for a small utility to pull and store the priority dates from the monthly USCIS Visa Bulletins. It is based on series of articles on [Community.aws](https://community.aws).
https://github.com/build-on-aws/uscis-priority-date-tracker
amazon-q aws-lambda terraform
Last synced: 7 months ago
JSON representation
This project contains the sample code for a small utility to pull and store the priority dates from the monthly USCIS Visa Bulletins. It is based on series of articles on [Community.aws](https://community.aws).
- Host: GitHub
- URL: https://github.com/build-on-aws/uscis-priority-date-tracker
- Owner: build-on-aws
- License: mit-0
- Created: 2024-06-14T18:36:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-06T02:23:20.000Z (over 1 year ago)
- Last Synced: 2025-02-18T01:39:16.320Z (10 months ago)
- Topics: amazon-q, aws-lambda, terraform
- Language: HTML
- Homepage: https://community.aws/content/2hsUp8ZV7UoQpVCApnaTOBljCai
- Size: 36.1 KB
- Stars: 0
- Watchers: 9
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# USCIS Priority Date Tracker
This project contains the sample code for a small utility to pull and store the priority dates from the monthly USCIS Visa Bulletins. It is based on series of articles on [Community.aws](https://community.aws).
Articles:
1. [Using Amazon Q to build a tracker for my Green Card priority date](https://community.aws/content/2hsUp8ZV7UoQpVCApnaTOBljCai)
## Running it locally
To run the project locally, you will need:
1. Git installed
2. Python 3.11
3. Pip
After cloning the repo, you can run the app with the following:
```bash
cd src
python3 -m venv package
source package/bin/activate
pip3 install -r requirements.txt
python3 local_test.py
```
## Security
See [CONTRIBUTING](CONTRIBUTING.md#security-issue-notifications) for more information.
## License
This library is licensed under the MIT-0 License. See the LICENSE file.