This project contains an AWS Lambda function that updates Google Sheets based on user actions.
- Install dependencies: `pnpm install`
- Configure Google Sheets API credentials in `src/googleSheetsService.js`
- Update AWS Lambda function configuration as needed
Run tests with: `pnpm test`
Deploy to AWS Lambda with: `pnpm run deploy`