Skip to content

Commit 5846093

Browse files
authored
Merge pull request #20 from ggascoigne/ggp/docs
add link to now.sh example
2 parents 0d7e7a2 + 577bf55 commit 5846093

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,11 @@ Note that SAM unpacks the zip and reboots node for every single request, so you'
283283
- If your serverless stack is created successfully, but then your endpoint throws some unhelpful errors, check the Cloudwatch logs of the Lambda. If you notice that the Lambda just times out, you might try checking the security settings of your DB instance. For example, if you use RDS with the "public" setting enabled, the public access might be restricted to your IP address. This would result in the schema being successfully generated during stack creation from your device, but the Lambda not having access obviously (without any error messages hinting you in that direction). You can quick-fix that by setting the inbound settings of the security group of the RDS instance to all IPs (or even better by [making the Lambda access RDS from within the VCP](#aws-vpc-settings))
284284
- If you want to remove your stack from AWS and you try running `serverless remove`, you may run into errors. If that happens, you can go to Cloudformation in the AWS console and delete your stack there.
285285

286+
### Related Projects
287+
288+
A PostGraphile lambda example using [Zeit now.sh](https://zeit.co/) to manage
289+
the deployment: https://github.com/ggascoigne/now-postgraphile
290+
286291
### Thanks
287292

288293
Improvements to PostGraphile's support for Lambda were sponsored by [Connecting Good](https://cogo.co/)

0 commit comments

Comments
 (0)