Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/balliasghar/lambda-typescript-setup
- Owner: BalliAsghar
- Created: 2023-09-06T20:31:04.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-06T20:38:05.000Z (about 1 year ago)
- Last Synced: 2024-04-23T17:25:06.136Z (7 months ago)
- Topics: aws, aws-lambda, typescript
- Language: TypeScript
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.