winglang / wing

A programming language for the cloud ☁️ A unified programming model, combining infrastructure and runtime code into one language ⚡
https://winglang.io
Other
4.78k stars 189 forks source link

Ability to replay events in the console #6768

Open boyney123 opened 2 weeks ago

boyney123 commented 2 weeks ago

Use Case

Some of the resources in the console allow me enter a input and trigger the resources.

For example when I create a POST endpoint with the API resource I have the ability to enter a payload and send it to the local simulated resource. It would be nice to show a history of HTTP requests/events sent to resources so I can replay them?

Proposed Solution

Show a log of requests/events/inputs for resources and give the user the the ability to resend/replay them.

Implementation Notes

No response

Component

Wing Console

Community Notes

skyrpex commented 1 week ago

Related #3617, #974 and #833.