Skip to content

Commit b66d5a9

Browse files
authored
docs improve (#8)
* minor changes on npm script * add DEVGUIDE * changes on quick install * docs improve
1 parent c340574 commit b66d5a9

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# `ts-lambda-kit`
22

33
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://makeapullrequest.com)
4+
[![npm version](https://badge.fury.io/js/ts-lambda-kit.svg)](https://badge.fury.io/js/ts-lambda-kit)
45

56
#### A quick-start kit to Build REST API's using Typescript, AWS Lambda & SAM CLI.
67

@@ -30,7 +31,7 @@ npx ts-lambda-kit <project-name>
3031

3132

3233
#### 🥇 Cool! You are ready to make your amazing product.
33-
#### 🎯 I know you liked it. Please, give a star to the [repository](https://github.com/DevSazal/ts-lambda-kit.git)
34+
#### 🎯 I know you liked it. Please, give a star to the [repository](https://github.com/DevSazal/ts-lambda-kit.git) ⭐⭐⭐
3435
<br />
3536

3637
## Architecture
@@ -66,7 +67,7 @@ The 2nd command will build the source of your application. The 3rd command will
6667

6768
You can find your API Gateway Endpoint URL in the output values displayed after deployment.
6869

69-
#### 🎯 For more information, please check out out [details guide](https://github.com/DevSazal/ts-lambda-kit/blob/main/DEVGUIDE.md)
70+
#### 🎯 For more information, please check out our [details guide](https://github.com/DevSazal/ts-lambda-kit/blob/main/DEVGUIDE.md)
7071
<br />
7172

7273
## Key Resources

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ts-lambda-kit",
3-
"version": "1.0.2-beta",
3+
"version": "1.0.3-beta",
44
"description": "aws lambda kit for making backend with NodeJS v18, TypeScript & SAM CLI",
55
"keywords": [
66
"ts-lambda-kit",
@@ -15,7 +15,12 @@
1515
"REST API",
1616
"Opinionated Architecture",
1717
"Serverless Computing",
18-
"AWS Lambda Backend"
18+
"AWS Lambda Backend",
19+
"ts-lambda",
20+
"ts-lambda-api",
21+
"lambda",
22+
"lambda-template",
23+
"lambda-api"
1924
],
2025
"author": "Sazal Ahamed <[email protected]> (https://sazal.vercel.app)",
2126
"license": "ISC",

0 commit comments

Comments
 (0)