Skip to content

Instantly share code, notes, and snippets.

View harrytran998's full-sized avatar
๐Ÿ’Ž
Build right things what matters!

Harry Tran harrytran998

๐Ÿ’Ž
Build right things what matters!
View GitHub Profile
import * as Sentry from "@sentry/node";
import imagemin from "imagemin";
import mozjpeg from "imagemin-mozjpeg";
import sharp from "sharp";
import isJpg from "is-jpg";
import * as aws from "aws-sdk";
import { Upload } from "../../types/graphqlUtils";
import { generateFilename } from "./generateFilename";
export const s3 = new aws.S3({