We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d6c7d0 commit 4939182Copy full SHA for 4939182
hebert-sentiment-analysis-inference-docker-lambda/README.md
@@ -73,7 +73,7 @@ hebert-sentiment-analysis-inference-docker-lambda$ sam local invoke HeBERTInfere
73
## Testing your Lambda function in the Cloud
74
75
1. In the [Lambda Console](https://console.aws.amazon.com/lambda/), select your Lambda function, then, the `Test` tab, and configure the Test event.
76
-2. For Event Name, enter InferenceTestEvent.
+2. For Event Name, enter `InferenceTestEvent`.
77
3. Copy the event JSON from [here](./events/event.json) and paste in the dialog box.
78
4. Choose _**Test**_.
79
0 commit comments