File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments