Skip to content

Commit 20df11f

Browse files
committed
chore: added keywords + removed extra tag from readme
1 parent a3a6c90 commit 20df11f

File tree

5 files changed

+34
-9
lines changed

5 files changed

+34
-9
lines changed

Diff for: packages/commons/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Find the complete project's [documentation here](https://awslabs.github.io/aws-l
2323

2424
### Installation
2525

26-
The AWS Lambda Powertools for TypeScript utilities follow a modular approach, similar to the official [AWS SDK v3 for JavaScript](https://github.com/aws/aws-sdk-js-v3){target="_blank"}.
26+
The AWS Lambda Powertools for TypeScript utilities follow a modular approach, similar to the official [AWS SDK v3 for JavaScript](https://github.com/aws/aws-sdk-js-v3).
2727
Each TypeScript utility is installed as standalone NPM package.
2828

2929
👉 [Installation guide for the **Tracer** utility](https://awslabs.github.io/aws-lambda-powertools-typescript/latest/core/tracer#getting-started)

Diff for: packages/commons/package.json

+7-2
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,10 @@
4040
},
4141
"bugs": {
4242
"url": "https://github.com/awslabs/aws-lambda-powertools-typescript/issues"
43-
}
44-
}
43+
},
44+
"keywords": [
45+
"aws",
46+
"lambda",
47+
"powertools"
48+
]
49+
}

Diff for: packages/logger/package.json

+9-2
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,12 @@
5454
"lodash.clonedeep": "^4.5.0",
5555
"lodash.merge": "^4.6.2",
5656
"lodash.pickby": "^4.6.0"
57-
}
58-
}
57+
},
58+
"keywords": [
59+
"aws",
60+
"lambda",
61+
"powertools",
62+
"logger",
63+
"logging"
64+
]
65+
}

Diff for: packages/metrics/package.json

+8-2
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,11 @@
5050
},
5151
"dependencies": {
5252
"@aws-lambda-powertools/commons": "^0.11.1-rc.0"
53-
}
54-
}
53+
},
54+
"keywords": [
55+
"aws",
56+
"lambda",
57+
"powertools",
58+
"metrics"
59+
]
60+
}

Diff for: packages/tracer/package.json

+9-2
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,12 @@
5252
"dependencies": {
5353
"@aws-lambda-powertools/commons": "^0.11.1-rc.0",
5454
"aws-xray-sdk-core": "^3.3.6"
55-
}
56-
}
55+
},
56+
"keywords": [
57+
"aws",
58+
"lambda",
59+
"powertools",
60+
"tracer",
61+
"tracing"
62+
]
63+
}

0 commit comments

Comments
 (0)