Skip to content
This repository has been archived by the owner on Jan 28, 2025. It is now read-only.

feat(lambda-at-edge): use new aws s3 client for faster require time #583

Merged
merged 7 commits into from
Sep 4, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove unneeded code
dphang committed Sep 4, 2020
commit 77a7a479baa8d179c767947a9cc81267da969c0c
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
declare module "@aws-sdk/client-s3/S3Client" {
const mockSend: jest.Mock;
}

export const mockSend = jest.fn((input) => {
if (input.Command === "GetObjectCommand") {
return {