Wing console should not stop working when operations are not supported #7130
Labels
🛫 console
Console
✨ enhancement
New feature or request
needs-discussion
Further discussion is needed prior to impl
🎨 sdk
SDK
Use Case
I'm building a Wing application and have been using the Wing console to interact with my API, DynamoDB table and Vite user interface.
I want to create presigned urls for my application, but I run into this error (see link below).
Error: Resource root/Default/UploadBucket does not support inflight operation signedUrl. It might not be implemented yet.
Presigned urls are not yet supported in the console (which we are working on), but IMO the console should still work and not break. My developer experience and flow is completely broken now, the only way I can think of is to remove the presigned stuff in my code or write a hack to ignore in SIM.
See the issue
Proposed Solution
Show some warnings in the console. Don't let the console just break, let me carry on using it without the support for missing operations.
Implementation Notes
No response
Component
No response
Community Notes
The text was updated successfully, but these errors were encountered: