You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,9 @@
2
2
3
3
A simple Java Lambda based server-less application that implements a reimbursement use case, with AWS Lambda, AWS API Gateway, AWS SES, and AWS DynamoDB. Set up the project with Eclipse and AWS Toolkit plugin.
4
4
5
-
## Getting Started
5
+
Please take a look at the wiki for a detailed [Getting Started - Step-by-Step](https://github.com/markusklems/aws-lambda-java-example/wiki/Getting-Started) guide.
6
+
7
+
## Getting Started (Short)
6
8
1. Set up Eclipse, import the projects, and install the AWS Eclipse Toolkit plugin.
7
9
2. Upload the Lambda Functions (Right click on project > Amazon Web Services > Upload Function to AWS Lambda)
8
10
3. Set up a DynamoDB table 'lambda-reimbursment' with Hash Key 'employee_id' (String). Set the DynamoDB tables as event source for LambdaSendMail and LambdaApproval. Create an API method, so that a click on the link (HTTP GET) calls the LambdaApproval Function (with a parameter 'employee_id').
0 commit comments