Originally hacked together in JS to get something working and deployed.
Convert to TS and add build step prior to deployment.
- Refactor to TS
- Add dist folder to gitignore
- Add src folder to ignored deployment folder
- Run complilation prior to deployment
- Modify serverless.yml to point to compiled files
Originally hacked together in JS to get something working and deployed.
Convert to TS and add build step prior to deployment.