As per recommendations in Best Practices with Lambda this PR ports a small chunk of code from content claims that caches DynamoDB and SQS clients after they are created. This allows existing connections to be reused for non-cold start invocations and should lower lambda running time.
As per recommendations in Best Practices with Lambda this PR ports a small chunk of code from content claims that caches DynamoDB and SQS clients after they are created. This allows existing connections to be reused for non-cold start invocations and should lower lambda running time.