Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions doc_source/with-s3-example.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ Invoke the Lambda function manually using sample Amazon S3 event data\.

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

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:
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:

```
{
Expand Down Expand Up @@ -193,7 +193,7 @@ Invoke the Lambda function manually using sample Amazon S3 event data\.
"ownerIdentity": {
"principalId": "EXAMPLE"
},
"arn": "arn:aws:s3:::example-bucket"
"arn": "arn:aws:s3:::my-s3-bucket"
},
"object": {
"key": "HappyFace.jpg",
Expand Down Expand Up @@ -297,4 +297,4 @@ You can now delete the resources that you created for this tutorial, unless you

## Next steps<a name="next-steps"></a>

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\.
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\.