Skip to content

SFOE/emobility-backend

Repository files navigation

eMobility Backend

AWS Lambda functions for the E-Mobility platform, written in TypeScript.

Project Structure

src/
├── functions/       # Lambda function handlers
└── common/          # Utility functions

Setup

Install dependencies:

yarn install

Development

Build the project:

yarn build

Run tests:

yarn test

Run linter:

yarn lint

Packaging for Publish Artifacts

Package Lambda functions & common modules:

yarn package

This creates a emobility-backand.zip file ready for deployment. Infrastructure deployment is handled in a separate repository.

About

AWS Lambda functions for the E-Mobility platform, written in TypeScript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors