Sebastian Korfmann
Sebastian Korfmann
# Question Wondering if there are production deployments outside of Supabase and what the best deployment option would be. Like, besides from fly.io would something like AWS Lambda make sense?
### Community Note * Please vote on this issue by adding a ๐ [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...
### Feature Spec It's now possible to define middlewares on an API instance, which will then be invoked for each request to this API. ``` let api = new cloud.Api();...
This will add automated link processing. Not finished yet, but the basics are there. Next step will be adding Bedrock, potentially via Bedrock agents so they'll be easily callable from...
follow ups for #170 - [ ] better caching - [ ] streamline adding links - [ ] slack notifactions in a chnannel for new links
### I tried this: specifying the `rootId` in combination with `noClean`, e.g. ``` wing test --rootId cors --no-clean -t tf-aws api_cors_custom.w ``` ### This happened: ``` ... One or more...
### Feature Spec It's now possible to use Wing on arm64 architectures. ### Use Cases Was trying to build Wing on a https://aws.amazon.com/ec2/instance-types/c7g/ instance via https://github.com/loft-sh/devpod ### Implementation Notes ```...
### Feature Spec Winglang now supports the ability to overload functions based on parameter types, a feature prevalent in languages like TypeScript. This flexibility is particularly valuable for diverse scenarios,...