New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@everymundo/aws-sdk-v3-helpers

Package Overview
Dependencies
Maintainers
0
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@everymundo/aws-sdk-v3-helpers

# Purpose This package aims to simplify the usage of aws sdk V3 in our Lambda Functions projects. This will help you migrate from v2 to v3 and it will make it easier to write tests.

  • 1.15.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

@everymundo/aws-sdk-v3-helpers$

Purpose

This package aims to simplify the usage of aws sdk V3 in our Lambda Functions projects. This will help you migrate from v2 to v3 and it will make it easier to write tests.

Install

Although this is not exclusive for Everymundo Lambda Functions it is written with that in mind. If that's the case you should be using the everymundo packages layer which should already contain this library so you'd install this package as a dev dependency

npm i -D @everymundo/aws-sdk-v3-helpers

If you are not using the lambda layer you should install it as a regular dependency along with the AWS dependency that you need. For s3 for example you can proceed as follows:

npm i @everymundo/aws-sdk-v3-helpers @aws-sdk/client-s3

Features

For now we support very few commands for S3 and SQS. Check the code for more

  • S3 Client
  • S3 Multipart Uploader
  • SQS Client

FAQs

Package last updated on 04 Oct 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc