diff --git a/README.md b/README.md index 42156fa..8d4a847 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ -# aws-sdk-mock +
-
+# aws-sdk-mock -AWSome mocks for Javascript `aws-sdk` services. +AWSome mocks for `Javascript` `aws-sdk` services. [![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/dwyl/aws-sdk-mock/ci.yml?label=build&style=flat-square&branch=main)](https://github.com/dwyl/aws-sdk-mock/actions/workflows/ci.yml) [![codecov.io](https://img.shields.io/codecov/c/github/dwyl/aws-sdk-mock/main.svg?style=flat-square)](http://codecov.io/github/dwyl/aws-sdk-mock?branch=main) [![Known Vulnerabilities](https://snyk.io/test/github/dwyl/aws-sdk-mock/badge.svg?targetFile=package.json&style=flat-square)](https://snyk.io/test/github/dwyl/aws-sdk-mock?targetFile=package.json) [![npm package version](https://img.shields.io/npm/v/aws-sdk-mock.svg?style=flat-square&color=bright-green)](https://www.npmjs.com/package/aws-sdk-mock) -[![Node.js Version](https://img.shields.io/node/v/aws-sdk-mock.svg?style=flat-square "Node.js 14.x, 16.x & 18.x supported")](http://nodejs.org/download/) +[![Node.js Version](https://img.shields.io/node/v/aws-sdk-mock.svg?style=flat-square "Node.js 18.x, 20.x & 21.x supported")](http://nodejs.org/download/) ![npm monthly downloads](https://img.shields.io/npm/dm/aws-sdk-mock?style=flat-square) [![HitCount](https://hits.dwyl.com/dwyl/aws-sdk-mock.svg?style=flat-square)](http://hits.dwyl.com/dwyl/aws-sdk-mock) [![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat-square)](https://github.com/dwyl/aws-sdk-mock/issues) @@ -19,7 +19,6 @@ AWSome mocks for Javascript `aws-sdk` services. This module was created to help test AWS Lambda functions but can be used in any situation where the AWS SDK needs to be mocked. This library is best suited for `AWS SDK for Javascript (v2)` - see the [introductory post on the AWS blog](https://aws.amazon.com/blogs/developer/mocking-modular-aws-sdk-for-javascript-v3-in-unit-tests/) for more context. -**If you are using `AWS SDK for Javascript (v3)`, we recommend you use [`aws-sdk-client-mock`](https://www.npmjs.com/package/aws-sdk-client-mock).** If you are *new* to Amazon WebServices Lambda diff --git a/package-lock.json b/package-lock.json index 1bb61c5..fb74165 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6526,4 +6526,4 @@ } } } -} \ No newline at end of file +}