lucas

Results 7 comments of lucas

The doc build is failing, not sure how to proceed. https://app.travis-ci.com/github/jantman/awslimitchecker/jobs/533144653

@jantman Thanks for the comment I indeed looked over that unused function. Removed it. Now I got the hang of the setup and will try to implement more use cases...

@jantman Hello, is it possible to merge this PR? Thank you

Hello, I'm having a usecase that I want to have a stateless container and so would be nice to be able to share a connection from the config.

Some time ago I found this repo which does something similar: https://github.com/iann0036/AWSConsoleRecorder Might be interesting to see how they coped with it.

`sudo apt-get install libpq-dev` add requirements.txt: ``` PyGreSQL == 5.0.7 ``` pip3 install --target ./package -r requirements.txt include the package directory with the lambda_function.py in a zip file use that...

For now whenever there are updates to the wait condition I remove the wait condition and add it again. Really a pain...