Sebastian Korfmann

Results 39 issues of 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?

It would be great to have a `follow` resource for this provider.

enhancement

### 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...

bug
help wanted
modules
priority/backlog
bug/has-workaround

### 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();...

โœจ enhancement
๐ŸŽจ sdk

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...

๐Ÿ› bug
๐ŸŽจ sdk
๐Ÿงช testing

### 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 ```...

โœจ enhancement
๐Ÿ‘ทโ€โ™€๏ธ contributor-experience

### 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,...

โœจ enhancement
๐Ÿ“ language-design
needs-discussion