mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-29 06:56:49 +00:00
AWS Plugin: Lambda should return list of files written to S3
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user