1.14.1 • Published 3 months ago

@everymundo/aws-sdk-v3-helpers v1.14.1

Weekly downloads
-
License
ISC
Repository
github
Last release
3 months ago

@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

1.14.1

3 months ago

1.14.0

3 months ago

1.13.0

4 months ago

1.12.1

5 months ago

1.12.0

5 months ago

1.11.0

6 months ago

1.10.0

6 months ago

1.9.1

8 months ago

1.9.0

8 months ago

1.8.0

8 months ago

1.7.0

8 months ago

1.6.0

8 months ago

1.5.0

8 months ago

1.4.0

8 months ago

1.3.0

8 months ago

1.2.0

8 months ago

1.1.0

8 months ago

1.0.0

8 months ago