Skip to content

Commit f925efa

Browse files
authored
Merge pull request #362 from timoschilling/patch-1
fix json example in services-s3-batch.md
2 parents bce83fe + 9064d79 commit f925efa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc_source/services-s3-batch.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Your Lambda function must return a JSON object with the fields as shown in the f
4141
{
4242
"taskId": "dGFza2lkZ29lc2hlcmUK",
4343
"resultCode": "Succeeded",
44-
"resultString": "["Alice", "Bob"]"
44+
"resultString": "[\"Alice\", \"Bob\"]"
4545
}
4646
]
4747
}
@@ -65,4 +65,4 @@ If the Lambda function returns a `TemporaryFailure` response code, Amazon S3 ret
6565

6666
For more information about Amazon S3 batch operations, see [Performing batch operations](https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops.html) in the *Amazon S3 Developer Guide*\.
6767

68-
For an example of how to use a Lambda function in Amazon S3 batch operations, see [Invoking a Lambda function from Amazon S3 batch operations](https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-invoke-lambda.html) in the *Amazon S3 Developer Guide*\.
68+
For an example of how to use a Lambda function in Amazon S3 batch operations, see [Invoking a Lambda function from Amazon S3 batch operations](https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-invoke-lambda.html) in the *Amazon S3 Developer Guide*\.

0 commit comments

Comments
 (0)