Skip to content

Commit

Permalink
export getConnInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
yasuaki640 committed Jul 7, 2024
1 parent d99d3e9 commit 4c401da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/adapter/lambda-edge/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
*/

export { handle } from './handler'
export { getConnInfo } from './conninfo'

Check warning on line 7 in src/adapter/lambda-edge/index.ts

View check run for this annotation

Codecov / codecov/patch

src/adapter/lambda-edge/index.ts#L7

Added line #L7 was not covered by tests
export type {
Callback,
CloudFrontConfig,
Expand Down

0 comments on commit 4c401da

Please sign in to comment.