Ashwin Balamohan

Results 9 issues of Ashwin Balamohan

Closes #70 ## Checklist: - [x] I have updated the documentation accordingly. (nothing to update here) - [x] I have read the **CONTRIBUTING** document. (apologies if I missed something; please...

**Is your feature request related to a problem? Please describe.** `deserializeBody()` currently assumes an event type `APIGatewayProxyEvent`. It would be helpful if it could also support APIGatewayProxyEventV2 ** Would you...

This library is super useful. Thank you! It would be great to have compatibility with controllerAs so that it isn't necessary to use $scope. Is this possible?

`sls invoke` is useful for testing our API one request at a time. It would be nice to spin up a local version of the API on localhost to enable...

good first issue

This will allow us to incorporate plugins like [this](https://pothos-graphql.dev/docs/plugins/authz), which need to [wrap the execute function similar when calling graphql-helix](https://github.com/hayes/pothos/blob/35f123da076fda2575c17da181680695ac9dddf9/packages/plugin-authz/tests/example/server.ts).

Would love to see an example for `PostgresViewModel`. I've tried reading through the code to figure out how to use it, but am unclear on the implementation. E.g., something like...

document

New builds of the Postgres image now produce the following error message: ``` error: externally-managed-environment × This environment is externally managed ╰─> To install Python packages system-wide, try apt install...

Python 3.13 has been out for a few months now. Curious why the pinned versions are so conservative, as version 3.x upgrades are backwards compatible.