You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: javav2/usecases/creating_message_application/Readme.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -66,11 +66,11 @@ selecting **Send message** after data is entered for each row.
66
66
67
67
The React application shows you how to work with Amazon SQS messages. The application posts a message to your Amazon SQS queue and it polls the Amazon SQS queue for new messages and displays them. You can enter a message and a user and then click **Send Message**.
The following describes how the application handles a message:
76
76
@@ -533,14 +533,14 @@ Create the React SPA that consumes the JSON data returned from the
533
533
Spring REST API. To start, download files from the
534
534
following GitHub repository. Included in this repository are instructions
535
535
on how to set up the project. Click the following link to access the
536
-
GitHub location [sqs-chat web client](https://github.com/awsdocs/aws-doc-sdk-examples/blob/main/resources/clients/react/elwing/src/plugins/sqs-chat/README.md).
536
+
GitHub location [sqs-chat web client](https://github.com/awsdocs/aws-doc-sdk-examples/tree/main/resources/clients/react/elwing).
537
537
538
-
In the instructions for the React app, you'll see directions to replace the `BASE_URL` value.
538
+
In the instructions for the React app, you'll see directions to replace the `BASE_URL` value located in **plugins\sqs-message\src\config.json**.
539
539
The React app uses the `BASE_URL` value to communicate with the Spring app.
540
540
Be sure you use the same port you used to start the Spring app above. For example, use `http://localhost:8082/`
541
541
for the `BASE_URL` value, if that is the port you used.
542
542
543
-
You must modify the **AwsService.js** file so that your React requests work with your Java backend. Update this file to include the following code.
543
+
Ensure that the **AwsService.js** file contains the following logic so that your React requests work with your Java backend.
0 commit comments