winglang / wing

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

In the console persist items in the tables when making changes to wing applications #7107

Open boyney123 opened 1 month ago

boyney123 commented 1 month ago

Use Case

I'm building a new application that using DynamoDB table, API and a vite application.

When I'm making small changes to my wing application (adding logs for example in my API), the records in my table are removed. It would be nice to persist them, or let me choose to blast them every refresh....

Proposed Solution

Don't delete values in the table when in Dev mode in the simulator. Let me persist them between wing changes.

Implementation Notes

No response

Component

No response

Community Notes

skyrpex commented 1 month ago

I thought they would be kept between reloads 🤔 Will have a look.

Chriscbr commented 1 month ago

See also https://github.com/winglang/wing/issues/5260