postgraphile-lambda-example
postgraphile-lambda-example copied to clipboard
Simple serverless / Lambda example with caching and lightweight bundle
### Summary Anyway to use Postgraphile from [Cloudflare Workers](https://workers.cloudflare.com/), which is also a serverless environment which runs code on the edge?
## Description On build for the lambda example webpack bundling fails on omission of subscriptions.js as the npm install path has changed - [x] My code matches the project's code...
I guess only the deploy script would have to be modified? But I am a complete backend noob so just asking.
I'm trying to get a manually-configured Lambda up using this example. When I hit the gateway API endpoint, I get this error in the CloudWatch logs: ``` "TypeError: Cannot read...
You'll get `Error: Cannot find module 'uglifyjs-webpack-plugin'` if you just follow the instructions :)
### I have upgraded **webpack from version 4 to version 5**. - **Package.json** contains the following dependencies and upgraded versions: "devDependencies": { "aws-sdk": "^2.1569.0", "cross-env": "^7.0.3", "express": "^4.18.0", "rimraf": "^3.0.2",...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...
Bumps [moment](https://github.com/moment/moment) from 2.29.2 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...
Bumps [jws](https://github.com/brianloveswords/node-jws) from 3.1.5 to 3.2.3. Release notes Sourced from jws's releases. v3.2.3 Changed Fix advisory GHSA-869p-cjfg-cm3x: createSign and createVerify now require that a non empty secret is provided (via...