From 4264574b61383d16b6568bc0d6b5621246cc7e4a Mon Sep 17 00:00:00 2001 From: Jan Gassen Date: Thu, 13 Aug 2020 21:43:16 +0200 Subject: [PATCH] Update readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 997cfc6..08f3673 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file