You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/parameters/README.md
+13-17
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,6 @@ Powertools for AWS Lambda (TypeScript) is a developer toolkit to implement Serve
5
5
You can use the package in both TypeScript and JavaScript code bases.
6
6
7
7
-[Intro](#intro)
8
-
-[Key features](#key-features)
9
8
-[Usage](#usage)
10
9
-[Fetching parameters from AWS SSM Parameter Store](#fetching-parameters-from-aws-ssm-parameter-store)
11
10
-[Getting secrets from Amazon Secrets Manager](#getting-secrets-from-amazon-secrets-manager)
@@ -18,19 +17,17 @@ You can use the package in both TypeScript and JavaScript code bases.
18
17
-[Becoming a reference customer](#becoming-a-reference-customer)
19
18
-[Sharing your work](#sharing-your-work)
20
19
-[Using Lambda Layer](#using-lambda-layer)
21
-
-[Credits](#credits)
22
20
-[License](#license)
23
21
24
22
## Intro
25
23
26
-
The Parameters utility provides high-level functions to retrieve one or multiple parameter values from[AWS Systems Manager Parameter Store](https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-parameter-store.html), [AWS Secrets Manager](https://docs.aws.amazon.com/secretsmanager/latest/userguide/intro.html), [AWS AppConfig](https://docs.aws.amazon.com/appconfig/latest/userguide/what-is-appconfig.html), [Amazon DynamoDB](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Introduction.html), or your own parameter store.
24
+
The Parameters utility provides high-level functions to retrieve one or multiple parameter values from
27
25
28
-
## Key features
29
-
30
-
- Retrieve one or multiple parameters from the underlying provider
31
-
- Cache parameter values for a given amount of time (defaults to 5 seconds)
32
-
- Transform parameter values from JSON or base64 encoded strings
33
-
- Bring Your Own Parameter Store Provider
26
+
-[AWS Systems Manager Parameter Store](https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-parameter-store.html)
@@ -204,7 +201,7 @@ If you are interested in contributing to this project, please refer to our [Cont
204
201
205
202
## Roadmap
206
203
207
-
[The roadmap](https://docs.powertools.aws.dev/lambda/typescript/latest/roadmap/) of Powertools for AWS Lambda (TypeScript) is driven by customers’ demand.
204
+
The roadmap of Powertools for AWS Lambda (TypeScript) is driven by customers’ demand.
208
205
Help us prioritize upcoming functionalities or utilities by [upvoting existing RFCs and feature requests](https://github.com/aws-powertools/powertools-lambda-typescript/issues), or [creating new ones](https://github.com/aws-powertools/powertools-lambda-typescript/issues/new/choose), in this GitHub repository.
209
206
210
207
## Connect
@@ -216,7 +213,10 @@ Help us prioritize upcoming functionalities or utilities by [upvoting existing R
216
213
217
214
### Becoming a reference customer
218
215
219
-
Knowing which companies are using this library is important to help prioritize the project internally. If your company is using Powertools for AWS Lambda (TypeScript), you can request to have your name and logo added to the README file by raising a [Support Powertools for AWS Lambda (TypeScript) (become a reference)](https://github.com/aws-powertools/powertools-lambda-typescript/issues/new?assignees=&labels=customer-reference&template=support_powertools.yml&title=%5BSupport+Lambda+Powertools%5D%3A+%3Cyour+organization+name%3E) issue.
216
+
Knowing which companies are using this library is important to help prioritize the project internally. If your company
217
+
is using Powertools for AWS Lambda (TypeScript), you can request to have your name and logo added to the README file by
218
+
raising a [Support Powertools for AWS Lambda (TypeScript) (become a reference)](https://s12d.com/become-reference-pt-ts)
219
+
issue.
220
220
221
221
The following companies, among others, use Powertools:
222
222
@@ -242,11 +242,7 @@ Share what you did with Powertools for AWS Lambda (TypeScript) 💞💞. Blog po
242
242
243
243
### Using Lambda Layer
244
244
245
-
This helps us understand who uses Powertools for AWS Lambda (TypeScript) in a non-intrusive way, and helps us gain future investments for other Powertools for AWS Lambda languages. When [using Layers](#lambda-layers), you can add Powertools for AWS Lambda (TypeScript) as a dev dependency (or as part of your virtual env) to not impact the development process.
246
-
247
-
## Credits
248
-
249
-
Credits for the Powertools for AWS Lambda (TypeScript) idea go to [DAZN](https://github.com/getndazn) and their [DAZN Lambda Powertools](https://github.com/getndazn/dazn-lambda-powertools/).
245
+
This helps us understand who uses Powertools for AWS Lambda (TypeScript) in a non-intrusive way, and helps us gain future investments for other Powertools for AWS Lambda languages. When [using Layers](https://docs.powertools.aws.dev/lambda/typescript/latest/#lambda-layer), you can add Powertools as a dev dependency to not impact the development process.
0 commit comments