Skip to content

Commit 4ab7c18

Browse files
committed
u
1 parent 959eba0 commit 4ab7c18

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

README.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,28 @@ To test the microservice, we will send Friend Action Events to the front SQS que
7070
awslocal sqs list-queues
7171
```
7272

73+
> {
74+
>
75+
> "QueueUrls": [
76+
>
77+
> ​ "http://localhost:4566/000000000000/FriendMicroservicesStack-frontQueue8BA7833E-f6b69a1a",
78+
>
79+
> ​ "http://localhost:4566/000000000000/FriendMicroservicesStack-stateHandleDLQ31013887-3b3c117b"
80+
>
81+
> ]
82+
>
83+
> }
84+
85+
"QueueUrls": [
86+
87+
​ "http://localhost:4566/000000000000/FriendMicroservicesStack-frontQueue8BA7833E-f6b69a1a",
88+
89+
​ "http://localhost:4566/000000000000/FriendMicroservicesStack-stateHandleDLQ31013887-3b3c117b"
90+
91+
]
92+
93+
}
94+
7395
Get the URL of the Front Queue and use the following commands to send a friend request event:
7496

7597
```shell
@@ -114,3 +136,21 @@ The sample application is based on a [public AWS sample app](https://github.com/
114136
We appreciate your interest in contributing to our project and are always looking for new ways to improve the developer experience. We welcome feedback, bug reports, and even feature ideas from the community.
115137
Please refer to the [contributing file](CONTRIBUTING.md) for more details on how to get started.
116138

139+
### api url
140+
Outputs:
141+
FriendMicroservicesStack.readAPIEndpointBC0C78A7 = https://18a9powgle.execute-api.localhost.localstack.cloud:4566/prod/
142+
Stack ARN:
143+
arn:aws:cloudformation:ap-northeast-1:000000000000:stack/FriendMicroservicesStack/944bb366
144+
145+
**dashboard**
146+
147+
https://app.localstack.cloud/dashboard
148+
149+
# Code Spec
150+
151+
### readAPI
152+
153+
GET /friends/{playreId}
154+
GET /isFriend/{playerId}/{friendId}
155+
156+
-> readHandler

0 commit comments

Comments
 (0)