Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/balliasghar/lambda-typescript-setup

A simple aws lambda setup with typescript
https://github.com/balliasghar/lambda-typescript-setup

aws aws-lambda typescript

Last synced: about 5 hours ago
JSON representation

A simple aws lambda setup with typescript

Awesome Lists containing this project

README

        

# A simple example of using the `typescript` with aws lambda.

## Usage

```bash
git clone https://github.com/BalliAsghar/lambda-typescript-setup
cd lambda-typescript-setup
npm install
```

## Build

```bash
npm run build
```

## Deploy

```bash
npm run deploy
```

**Note:** Modify the `package.json` file to change the `function-name` and `region` of the lambda function.