File tree 1 file changed +8
-11
lines changed
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:
9
9
- S3 -> SNS -> Lambda -> iRODS
10
10
- S3 -> SQS -> Lambda -> iRODS
11
11
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 ` .
13
13
14
14
If SQS is involved, it is assumed to be configured with ` batch_size = 1 ` .
15
15
16
- ### Lambda Function
16
+ ## Configuration
17
17
18
- The lambda function: ` irods_client_aws_lambda_s3.py `
18
+ ### Function
19
+
20
+ Handler: ` irods_client_aws_lambda_s3.lambda_handler `
19
21
20
22
Runtime: ` Python 3.7 `
21
23
@@ -39,22 +41,17 @@ The connection information is stored in the `AWS Systems Manager > Parameter Sto
39
41
40
42
Create a parameter with:
41
43
42
- 1 - Name (must match ` IRODS_ENVIRONMENT_SSM_PARAMETER_NAME ` above):
44
+ Name (must match ` IRODS_ENVIRONMENT_SSM_PARAMETER_NAME ` above):
43
45
```
44
46
irods_default_environment
45
47
```
46
48
47
- 2 - Description:
48
- ```
49
- For use with iRODS Client AWS Lambda S3
50
- ```
51
-
52
- 3 - Type:
49
+ Type:
53
50
```
54
51
SecureString
55
52
```
56
53
57
- 4 - Value:
54
+ Value:
58
55
```
59
56
{
60
57
"irods_default_resource": "s3Resc",
You can’t perform that action at this time.
0 commit comments