Skip to content

Commit 4d9368c

Browse files
authored
Update README.md
1 parent 22e7895 commit 4d9368c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ process.env.SECRET; // 1A2B3C4D5E6F
2424
ENV['SECRET'] # 1A2B3C4D5E6F
2525
```
2626

27-
We do this using our shared object library via the `LD_PRELOAD` environment variable in coordination with our [Lambda Extension](https://docs.aws.amazon.com/lambda/latest/dg/runtimes-extensions-api.html) binary file. See installation & usage sections for more details.
27+
We do this using our shared object library via the `LD_PRELOAD` environment variable in coordination with our [Lambda Extension](https://docs.aws.amazon.com/lambda/latest/dg/runtimes-extensions-api.html) binary file. Unlike other [AWS SSM Lambda Extension Solutions](https://aws.amazon.com/about-aws/whats-new/2022/10/aws-parameters-secrets-lambda-extension/) your code never needs to know where these environment variables come from. See installation & usage sections for more details.
2828

2929
💕 Many thanks to the following projects & people for their work, code, and personal help that made Crypteia possible:
3030

0 commit comments

Comments
 (0)