Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
0x4a616e committed Aug 13, 2020
1 parent f9618dd commit 4264574
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,5 @@ Build your lambda application using `sam`:
If you want to debug your lambda function, add the remote debugger agent:

java -agentlib:jdwp=transport=dt_socket,server=y,address=5858,suspend=n -jar ./target/LambdaProxy-1.0-SNAPSHOT.jar ~/Workspace/my-lambda-function

When you rebuild you lambda function, `LambdaProxy` will pick up the changes automatically and reload the API.

0 comments on commit 4264574

Please sign in to comment.