Michael D. Norman
Michael D. Norman
I'm trying to use a Lambda@Edge function in a StaticSite (based on [the docs](https://docs.sst.dev/constructs/StaticSite#using-lambdaedge)), but whenever I add the function while running locally, I get a stack error: ``` stack:...
## Feature Request I would like to continue to pass an API Key from the command-line for local development. The `--apiKey` parameter is no longer valid on the command-line, but...
`SimpleProject.createProxy` fails when `initArgs` contains a hash in order to initialize a struct. For example, my [Box contract](https://github.com/mdnorman/tutorial-openzeppelin-contract/blob/master/contracts/Box.sol#L19) expects a `BoxInfo` struct in `initializeBox`. However, if I attempt to execute...
At [this line](https://github.com/kysely-org/kysely/blob/873ed5a13077773bb7daa1deb7b9d1493a899cf7/src/kysely.ts#L565), the `beginTransaction` call could fail, throwing an error that gets caught on line 570. The issue we are running into is that `rollbackTransaction` then gets called on...
When sending an empty JSON object `{}` to a mutation route, it just hangs. It never returns. As long as the JSON object has something in it, it will return...
The docs say to define models queries like so: ``` type Query { messages: [Message] message(id: ID): Message } ``` However, this creates resources like so: ``` GET /messages GET...
We've run into an issue with the `quote` type for a particular document: I've updated to the latest version (`3.1.8`) Here is the error: ``` TypeError: Cannot read properties of...
### Feature hasn't been suggested before. - [x] I have verified this feature I'm about to request hasn't been suggested before. ### Describe the enhancement you want to request Currently...
### What happened? I'm trying to create an RDS Zero-ETL integration source Aurora Serverless Postgres 16.8 to my redshift serverless cluster. I am able to create an integration in the...