jeremydaly / lambda-warmer

A module to optimize AWS Lambda function cold starts
MIT License
525 stars 55 forks source link

Concurrency invocations should run same version of function #12

Closed cdshepherd closed 5 years ago

cdshepherd commented 5 years ago

Functions are concurrently invoking the '$LATEST' version only.

This fix concurrently invokes the same version of the function as is triggered by the scheduled event.