• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

jeremydaly / lambda-warmer / #74

pending completion
#74

push

GithubActions

web-flow
feat!: add SDK v3 support (#51)

41 of 41 branches covered (100.0%)

Branch coverage included in aggregate %.

4 of 4 new or added lines in 2 files covered. (100.0%)

43 of 44 relevant lines covered (97.73%)

27.3 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

66.67
/lib/lambda-service.js
1
'use strict'
2

3
/**
4
 * Keep your Lambda functions warm
5
 * @author Jeremy Daly <jeremy@jeremydaly.com>
6
 * @license MIT
7
 */
8

9
const { LambdaClient, InvokeCommand } = require('@aws-sdk/client-lambda')
1✔
10

11
module.exports = {
1✔
12
  invoke: (params) => new LambdaClient({}).send(new InvokeCommand(params))
×
13
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc