File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,10 @@ It handles an AWS Lambda function that sends information to the log about an obj
1111* The code was written for:
1212
1313 * Java 8
14- * Apache Maven (> 3.0)
14+ * Apache Maven 3
15+ * AWS Java Lambda Support Libraries:
16+ * AWS Lambda Java Core Library
17+ * AWS Lambda Java Events Library
1518 * AWS SDK for Java (SDK V1)
1619
1720## Using the code
@@ -23,7 +26,7 @@ It handles an AWS Lambda function that sends information to the log about an obj
2326* Create an AWS lambda function:
2427 * Name: ` <LAMBDA_NAME> `
2528 * Runtime: ` Java 8 `
26- * Handler: ` example.S3CreationEvent ::handleRequest `
29+ * Handler: ` example.S3EventHandler ::handleRequest `
2730 * Role: ` lambda-basic-execution `
2831 * The triggers:
2932 * ` S3 `
@@ -55,7 +58,7 @@ It handles an AWS Lambda function that sends information to the log about an obj
5558 You should see the next message in the log:
5659
5760 ``` bash
58- " Input : <LAMBDA_INPUT>"
61+ " S3Event : <LAMBDA_INPUT>"
5962 " Bucket: <BUCKET_NAME>"
60- " File : <FILE_NAME>"
63+ " Object : <FILE_NAME>"
6164 ```
File renamed without changes.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments