AWS Lambda functions for the E-Mobility platform, written in TypeScript.
src/
├── functions/ # Lambda function handlers
└── common/ # Utility functions
Install dependencies:
yarn installBuild the project:
yarn buildRun tests:
yarn testRun linter:
yarn lintPackage Lambda functions & common modules:
yarn packageThis creates a emobility-backand.zip file ready for deployment. Infrastructure deployment is handled in a separate repository.