Skip to content

Conversation

ARolek
Copy link
Member

@ARolek ARolek commented Mar 3, 2020

Moved the majority of main() to init() for tegola_lambda.
The muxer is now a package var so it can be reused for
subsequent lambda invocations without needing to reinstantiate
various aspects of tegola (i.e. database connections)

Updated vendored package github.com/akrylysov/algnhsa

closes #609

@ARolek ARolek requested a review from gdey March 3, 2020 23:51
Moved the majority of main() to init() for tegola_lambda.
The muxer is now a package var so it can be reused for
subsequent lambda invocations without needing to reinstantiate
various aspects of tegola (i.e. database connections)

Updated vendored package github.com/akrylysov/algnhsa

closes #609
@coveralls
Copy link

coveralls commented Mar 4, 2020

Pull Request Test Coverage Report for Build 1963

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 45.228%

Totals Coverage Status
Change from base Build 1783: 0.0%
Covered Lines: 5545
Relevant Lines: 12260

💛 - Coveralls

Copy link
Member

@gdey gdey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ARolek ARolek merged commit d8030f8 into master Mar 4, 2020
@ARolek ARolek deleted the v0.10.x branch March 4, 2020 00:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

AWS Lambda: global state for database connection caching.
3 participants