From 5a29200a9861967151a24d81695e96576d2f674d Mon Sep 17 00:00:00 2001 From: Richard Date: Mon, 30 Aug 2021 04:52:26 +0200 Subject: [PATCH] Update README.md (#137) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e0badd2..a780ad5 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ custom: # sns-endpoint: http://127.0.0.1:4567 # Optional. Only if you want to use a custom SNS provider endpoint # sns-subscribe-endpoint: http://127.0.0.1:3000 # Optional. Only if you want to use a custom subscribe endpoint from SNS to send messages back to # accountId: 123456789012 # Optional - # location .build # Optional if the location of your handler.js is not in ./ (useful for typescript) + # location: .build # Optional if the location of your handler.js is not in ./ (useful for typescript) ``` For example, if you would like to connect to AWS and have callbacks coming via ngrok, use: