File tree Expand file tree Collapse file tree 1 file changed +8
-11
lines changed Expand file tree Collapse file tree 1 file changed +8
-11
lines changed Original file line number Diff line number Diff line change @@ -9,13 +9,15 @@ The following AWS configurations are supported at this time:
99- S3 -> SNS -> Lambda -> iRODS
1010- S3 -> SQS -> Lambda -> iRODS
1111
12- iRODS is assumed to have the target S3 Storage Resource(s) configured with ` HOST_MODE=cacheless_attached ` .
12+ iRODS is assumed to have its associated S3 Storage Resource(s) configured with ` HOST_MODE=cacheless_attached ` .
1313
1414If SQS is involved, it is assumed to be configured with ` batch_size = 1 ` .
1515
16- ### Lambda Function
16+ ## Configuration
1717
18- The lambda function: ` irods_client_aws_lambda_s3.py `
18+ ### Function
19+
20+ Handler: ` irods_client_aws_lambda_s3.lambda_handler `
1921
2022Runtime: ` Python 3.7 `
2123
@@ -39,22 +41,17 @@ The connection information is stored in the `AWS Systems Manager > Parameter Sto
3941
4042Create a parameter with:
4143
42- 1 - Name (must match ` IRODS_ENVIRONMENT_SSM_PARAMETER_NAME ` above):
44+ Name (must match ` IRODS_ENVIRONMENT_SSM_PARAMETER_NAME ` above):
4345```
4446irods_default_environment
4547```
4648
47- 2 - Description:
48- ```
49- For use with iRODS Client AWS Lambda S3
50- ```
51-
52- 3 - Type:
49+ Type:
5350```
5451SecureString
5552```
5653
57- 4 - Value:
54+ Value:
5855```
5956{
6057 "irods_default_resource": "s3Resc",
You can’t perform that action at this time.
0 commit comments