[x] Remove shebang from CDK entrypoints
Rationale: May be what is causing them to be recognized as JavaScript files by GitHub (this matters).
[x] Move unified and websoc scrapers under services
Rationale: tools/ should only be for tools that we have to run manually (like the grades updater).
~~- [ ] Switch Fargate-based scrapers over to arm64
Rationale: arm64 is cheaper and also enables us to address the point below.~~
- [ ] Remove "rhel-openssl-1.0.x" from list of Prisma query engine targets
[x] Scope all scrapers and components under @services/
tools/
should only be for tools that we have to run manually (like the grades updater).~~- [ ] Switch Fargate-based scrapers over to arm64 Rationale: arm64 is cheaper and also enables us to address the point below.~~
- [ ] Remove"rhel-openssl-1.0.x"
from list of Prisma query engine targets@services/
Blocked by #72.