File tree Expand file tree Collapse file tree 3 files changed +16
-9
lines changed Expand file tree Collapse file tree 3 files changed +16
-9
lines changed Original file line number Diff line number Diff line change @@ -28,11 +28,6 @@ To create a project, simply run:
28
28
npx ts-lambda-kit < project-name>
29
29
```
30
30
31
- or
32
-
33
- ``` bash
34
- npm init ts-lambda-kit < project-name>
35
- ```
36
31
37
32
#### 🥇 Cool! You are ready to make your amazing product.
38
33
#### 🎯 I know you liked it. Please, give a star to the [ repository] ( https://github.com/DevSazal/ts-lambda-kit.git )
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ if (process.argv.length < 3) {
9
9
console . log ( 'You have to provide a name for your lambda backend app.' ) ;
10
10
console . log ( 'For example :' ) ;
11
11
console . log ( ' npx ts-lambda-kit my-app' ) ;
12
- console . log ( ' OR' ) ;
13
- console . log ( ' npm init ts-lambda-kit my-app' ) ;
12
+ // console.log(' OR');
13
+ // console.log(' npm init ts-lambda-kit my-app');
14
14
process . exit ( 1 ) ;
15
15
}
16
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ts-lambda-kit" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.0.2-beta " ,
4
4
"description" : " aws lambda kit for making backend with NodeJS v18, TypeScript & SAM CLI" ,
5
5
"keywords" : [
6
- " ts-lambda-kit"
6
+ " ts-lambda-kit" ,
7
+ " CloudFormation" ,
8
+ " Amazon DynamoDB" ,
9
+ " Amazon API Gateway" ,
10
+ " Lambda Function" ,
11
+ " TypeScript" ,
12
+ " SAM CLI" ,
13
+ " AWS CLi v2" ,
14
+ " Node.js" ,
15
+ " REST API" ,
16
+ " Opinionated Architecture" ,
17
+ " Serverless Computing" ,
18
+ " AWS Lambda Backend"
7
19
],
8
20
"author" : " Sazal Ahamed <sazal836@gmail.com> (https://sazal.vercel.app)" ,
9
21
"license" : " ISC" ,
You can’t perform that action at this time.
0 commit comments