AWS Plugin: Lambda should return list of files written to S3

This commit is contained in:
Jermolene
2017-08-29 21:41:50 +01:00
parent 06ea4060cb
commit 08ae7321c1
3 changed files with 17 additions and 3 deletions

View File

@@ -38,3 +38,9 @@ The Lambda boot code looks for an array of tiddlers to load in `event.tiddlers`,
}
```
! Return data
If the Lambda function successfully executes it returns an object with the following fields:
* ''lambda-result'': An array of `{bucketname,key}` pairs for each file written to S3 within the lambda function