Skip to content

Commit c5b10e1

Browse files
Merge pull request #31 from Jaimin214/patch-1
Update README.md
2 parents 235df3b + 7fef34a commit c5b10e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1184,7 +1184,7 @@ We are so thankful for every contribution, which makes sure we can deliver top-n
11841184
- [ ] Install the dependencies and external libraries at the beginning of the Lambda function.
11851185
- [ ] Create a Lambda deployment package that includes the external libraries.
11861186
- [ ] Copy the external libraries to Amazon S3, and reference the external libraries to the S3 location.
1187-
- [x] Install the external libraries in Lambda to be available to all Lambda functions.
1187+
- [x] Install the external libraries in Lambda Layer to be available to all Lambda functions.
11881188

11891189
**[⬆ Back to Top](#table-of-contents)**
11901190

@@ -2706,7 +2706,7 @@ We are so thankful for every contribution, which makes sure we can deliver top-n
27062706

27072707
- [ ] Attach the volume to an instance using EC2's SSL interface.
27082708
- [ ] Write the data randomly instead of sequentially.
2709-
- [x] Use an encrypted file system on top of the BBS volume.
2709+
- [x] Use an encrypted file system on top of the EBS volume.
27102710
- [ ] Encrypt the volume using the S3 server-side encryption service.
27112711
- [ ] Encrypt the volume using the S3 server-side encryption service.
27122712

0 commit comments

Comments
 (0)