Skip to content

Commit b51b929

Browse files
authored
Update README.md for initial release
1 parent 6603eb2 commit b51b929

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

README.md

+8-11
Original file line numberDiff line numberDiff 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

1414
If 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

2022
Runtime: `Python 3.7`
2123

@@ -39,22 +41,17 @@ The connection information is stored in the `AWS Systems Manager > Parameter Sto
3941

4042
Create 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
```
4446
irods_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
```
5451
SecureString
5552
```
5653

57-
4 - Value:
54+
Value:
5855
```
5956
{
6057
"irods_default_resource": "s3Resc",

0 commit comments

Comments
 (0)