JoinColony / colonyCDapp

An iteration of the Colony Dapp sporting both a fully decentralized operating mode, as well as a mode enhanced by a metadata caching layer
5 stars 14 forks source link

[Lambda Refactor] Set up for converting AWS Lambdas to TypeScript #3187

Open rumzledz opened 1 month ago

rumzledz commented 1 month ago

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