Skip to content

Commit 04bc55c

Browse files
committed
Update README.md
1 parent b039340 commit 04bc55c

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,8 @@ Please take a look at the wiki for a detailed [Getting Started - Step-by-Step](h
1111
4. Call the LambdaForm Function from Eclipse with the following JSON input:
1212
```{"employee_id":"1", "employee_name":"John Doh", "expense_type":"travel","amount": "456.75" }```
1313

14-
If the Lambda Function completes successfully, a new entry will be added to the DynamoDB table lambda-reimbursment that you created in step 1 of the AWS Services setup.
15-
14+
If the Lambda Function completes successfully, a new entry will be added to the DynamoDB table lambda-reimbursment.
1615
LambdaSendMail gets triggered by the DynamoDB stream (pull model) and sends an e-mail with the info that has been added to the table.
17-
1816
If you have received the e-mail and click on the approval URL in the e-mail body, the LambdaApproval Function will be called and add an "approved" column entry to DynamoDB.
1917

2018
More detailed "Getting Started" info: https://github.com/markusklems/aws-lambda-java-example/wiki/Getting-Started

0 commit comments

Comments
 (0)