Christopher M

Results 3 issues of Christopher M

It seems as though there might be an issue with using squid + postguard when using postgres schemas, I would assume that when referencing tables in schemas one should use...

enhancement

In 3.0.0rc15 redirects in next config such as : ``` redirects: () => [{ source: '/settings', destination: '/settings/general', permanent: false }], ``` No longer seem to work they are working...

It seems as though when you have a python function defined as follows ``` new sst.aws.Function("MyPythonFunction", { handler: "projects/function-a/src/logic.handler", runtime: "python3.11", url: true, }); ``` You'll hit the following error...