Skip to content

Instantly share code, notes, and snippets.

@sergioramos
Created June 2, 2022 13:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sergioramos/806dcffbfbd568d7f9fe64e1ab6cb667 to your computer and use it in GitHub Desktop.
Save sergioramos/806dcffbfbd568d7f9fe64e1ab6cb667 to your computer and use it in GitHub Desktop.
const S3 = require('aws-sdk/clients/s3');
const s3 = new S3();
module.exports.handler = async (ev) => {
// ...
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment