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
1184
1184
- [ ] Install the dependencies and external libraries at the beginning of the Lambda function.
1185
1185
- [ ] Create a Lambda deployment package that includes the external libraries.
1186
1186
- [ ] 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.
1188
1188
1189
1189
** [ ⬆ Back to Top] ( #table-of-contents ) **
1190
1190
@@ -2706,7 +2706,7 @@ We are so thankful for every contribution, which makes sure we can deliver top-n
2706
2706
2707
2707
- [ ] Attach the volume to an instance using EC2's SSL interface.
2708
2708
- [ ] 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.
2710
2710
- [ ] Encrypt the volume using the S3 server-side encryption service.
2711
2711
- [ ] Encrypt the volume using the S3 server-side encryption service.
2712
2712
You can’t perform that action at this time.
0 commit comments