diff README.md @ 5:54e71cf6e324

refactor code
author Dennis Concepcion Martin <dennisconcepcionmartin@gmail.com>
date Fri, 17 Sep 2021 17:42:30 +0200
parents 5c36f51105c2
children 6541622b6127
line wrap: on
line diff
--- a/README.md	Thu Sep 16 18:03:26 2021 +0200
+++ b/README.md	Fri Sep 17 17:42:30 2021 +0200
@@ -80,7 +80,7 @@
 Run functions locally and invoke them with the `sam local invoke` command.
 
 ```bash
-tweet-analysis$ sam local invoke HelloWorldFunction --event events/event.json
+tweet-analysis$ sam local invoke HelloWorldFunction --event events/sentiment_event.json
 ```
 
 The SAM CLI can also emulate your application's API. Use the `sam local start-api` to run the API locally on port 3000.