In line with our OKR to improve code quality and maintainability, we are migrating our AWS Lambda functions from JavaScript to TypeScript. This transition will ensure type safety, better IDE support, and clearer documentation, making our Lambda functions more robust and easier to maintain.
This issue serves as the starting point for this migration effort, focused on setting up the necessary tools, configuration, and basic conversion of at least one Lambda function to TypeScript.
Acceptance Checklist
[ ] Install TypeScript and AWS Lambda types, and configure tsconfig.json
[ ] Convert one Lambda function to TypeScript
[ ] Make sure that whatever is using this Lambda function is still working correctly
Description
In line with our OKR to improve code quality and maintainability, we are migrating our AWS Lambda functions from JavaScript to TypeScript. This transition will ensure type safety, better IDE support, and clearer documentation, making our Lambda functions more robust and easier to maintain.
This issue serves as the starting point for this migration effort, focused on setting up the necessary tools, configuration, and basic conversion of at least one Lambda function to TypeScript.
Acceptance Checklist
tsconfig.json