Skip to content

Commit 6beea40

Browse files
authored
Merge pull request #354 from namit2saxena/patch-1
Update with-s3-example.md
2 parents 87e7234 + ede9859 commit 6beea40

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc_source/with-s3-example.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ Invoke the Lambda function manually using sample Amazon S3 event data\.
164164

165165
1. For **Event name**, enter a name for the test event\. For example, **mys3testevent**\.
166166

167-
1. In the test event JSON, replace the S3 bucket name \(`example-bucket`\) and object key \(`test/key`\) with your bucket name and test file name\. Your test event should look similar to the following:
167+
1. In the test event JSON, replace the S3 bucket name \(`example-bucket`\) and object key \(`test%2Fkey`\) with your bucket name and test file name (that you uploaded in your bucket)\. Your test event should look similar to the following:
168168

169169
```
170170
{
@@ -193,7 +193,7 @@ Invoke the Lambda function manually using sample Amazon S3 event data\.
193193
"ownerIdentity": {
194194
"principalId": "EXAMPLE"
195195
},
196-
"arn": "arn:aws:s3:::example-bucket"
196+
"arn": "arn:aws:s3:::my-s3-bucket"
197197
},
198198
"object": {
199199
"key": "HappyFace.jpg",
@@ -297,4 +297,4 @@ You can now delete the resources that you created for this tutorial, unless you
297297
298298
## Next steps<a name="next-steps"></a>
299299
300-
Try the more advanced tutorial\. In this tutorial, the S3 trigger invokes a function to [create a thumbnail image](with-s3-tutorial.md) for each image file that is uploaded to your S3 bucket\. This tutorial requires a moderate level of AWS and Lambda domain knowledge\. You use the AWS Command Line Interface \(AWS CLI\) to create resources, and you create a \.zip file archive deployment package for your function and its dependencies\.
300+
Try the more advanced tutorial\. In this tutorial, the S3 trigger invokes a function to [create a thumbnail image](with-s3-tutorial.md) for each image file that is uploaded to your S3 bucket\. This tutorial requires a moderate level of AWS and Lambda domain knowledge\. You use the AWS Command Line Interface \(AWS CLI\) to create resources, and you create a \.zip file archive deployment package for your function and its dependencies\.

0 commit comments

Comments
 (0)