Skip to content

Commit 9b56173

Browse files
committed
Updated README.md
1 parent 8961578 commit 9b56173

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

awslambdas3event/README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff 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
```

awslambdas3event/src/main/resources/META-INF/MANIFEST.MF

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)