Rodrigo Juliani
Rodrigo Juliani
Hey there! First of all, thanks a lot for imba and this library. I've just come in contact with it and one thing I've been struggling with is how to...
As a brunch-with-vuety user I want to be able to start a project using this skeleton and have a basic end-to-end testing configuration done for me, so I can focus...
As a user of the brunch-with-vuety skeleton, I want my newly created app (created from it) to contain centralized, environment-wise configurations that I can easily switch over using the environment...
As a user of the brunch-with-vuety skeleton, I want to be able to create a project based on it that already includes at least the most basic unit test configurations...
## Bug Report Serverless doesn't allow for custom httpApi authorizers as shown in the documentation. **Current Behavior** 1. Create a simple project using the following serverless.yml definition as found [here](https://www.serverless.com/framework/docs/providers/aws/events/http-api)...
SST Version: 0.0.368 Platform: MacOS Cloud: aws I've implemented a simple Adapter for Auth that does email/password validation. I'm using the `/authorize` endpoint to handle this. Here's a code snippet:...
## Description Hello! I'm facing a possible SST issue with Astro and the astro-sst package. I'm using ION (latest version) and when I deploy a STATIC astro site using the...
Hello! I'm facing a possible SST issue with Astro and the astro-sst package. I'm using ION (latest version) and when I deploy a STATIC astro site using the sst.aws.Astro component,...
This simple change passes the lambda function context to the event bus subscriber handler function so that it becomes available when using `bus.subscribe`
This PR updates the docs for TanStack Start, so that they explain the current steps needed for TS Start to work and deploy correctly to AWS with SST. Biggest change...