Skip to content

Commit cc1153c

Browse files
authored
Added missing create-secret command
1 parent d240b9d commit cc1153c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cache-extension-demo/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ aws ssm put-parameter \
114114
Create a new secret in AWS Secrets Manager using the following command
115115

116116
```bash
117-
aws secretsmanager \
117+
aws secretsmanager create-secret \
118118
--name "secret_info" \
119119
--secret-string "Hello World"
120120
```
@@ -246,4 +246,4 @@ Lambda functions frequently accessing the DynamoDB database can also leverage th
246246
247247
## Conclusion
248248
249-
This cache extension provides a secure way of caching data in parameter store, and DynamoDB also provides a way to implement TTL for cache items. By using this framework, we can reuse the caching code among multiple lambda functions and package all the required AWS dependencies part of AWS layers.
249+
This cache extension provides a secure way of caching data in parameter store, and DynamoDB also provides a way to implement TTL for cache items. By using this framework, we can reuse the caching code among multiple lambda functions and package all the required AWS dependencies part of AWS layers.

0 commit comments

Comments
 (0)