Skip to content

Commit 84befa5

Browse files
committed
Update README.md
1 parent 964f60c commit 84befa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ A simple Java Lambda based server-less application that implements a reimburseme
1717
### AWS Services setup
1818
1. Set up a DynamoDB table named 'lambda-reimbursment' with the Hash Key 'employee_id' of type String. In the example, the EU-WEST-1 region (Ireland) is chosen.
1919
2. In the AWS dashboard, go to Lambda > LambdaSendMail > Event source. Add an event source of type DynamoDB (table: lambda-reimbursment) with default settings.
20-
3. Do the same as in step 5 for LambdaApproval.
20+
3. Do the same (as in step 2) for LambdaApproval.
2121
4. In the AWS dashboard, go to API Gateway and create a new API that points at the LambdaApproval Function. Create a Resource "reimbursment" and a GET method. Click on "Method Request" and add a query string parameter "id". Click on "Integration Request" and add a Mapping Template with content type "application/json" and Template:
2222
```
2323
{

0 commit comments

Comments
 (0)