Skip to content

Recommended Connection Settings For AWS Lambda? #425

Answered by porsager
bestickley asked this question in Q&A
Discussion options

You must be logged in to vote

Thanks a lot 😊

You'll properly know best based on your functions requirements, but setting idle_timeout to 0 will effectively close the connection as soon as no queries are queued. If you do several queries with other work inbetween perhaps 30 seconds is a good value.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by bestickley
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants