Skip to content

Commit

Permalink
Merge branch 'main' into typescript-refactor
Browse files Browse the repository at this point in the history
# Conflicts:
#	README.md
#	package-lock.json
#	package.json
  • Loading branch information
LuchoTurtle committed Feb 25, 2024
2 parents 9bc239f + 2285cd8 commit e1b291f
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 39 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [16.x, 18.x, 20.x]
node-version: [18.x, 20.x, 21.x]
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v3
Expand Down
22 changes: 4 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,34 +1,20 @@
<div align="center">

# aws-sdk-mock

AWSome mocks for Javascript `aws-sdk` `v2` 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/master.svg?style=flat-square)](http://codecov.io/github/dwyl/aws-sdk-mock?branch=master)
[![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)



[![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/)
![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)

</div>
</div>


<!-- broken see: https://github.com/dwyl/aws-sdk-mock/issues/161#issuecomment-444181270
[![NPM](https://nodei.co/npm-dl/aws-sdk-mock.png?months=3)](https://nodei.co/npm/aws-sdk-mock/)
Broken: https://github.com/dwyl/technology-stack/issues/88
[![Dependency Status](https://david-dm.org/dwyl/aws-sdk-mock.svg?style=flat-square)](https://david-dm.org/dwyl/aws-sdk-mock)
[![devDependency Status](https://david-dm.org/dwyl/aws-sdk-mock/dev-status.svg?style=flat-square)](https://david-dm.org/dwyl/aws-sdk-mock#info=devDependencies)
Inch CI still not working ... https://inch-ci.org/github/dwyl/aws-sdk-mock
[![Inline docs](http://inch-ci.org/github/dwyl/aws-sdk-mock.svg?branch=main&style=flat-square)](http://inch-ci.org/github/dwyl/aws-sdk-mock)
-->

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.

Expand Down
38 changes: 21 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-sdk-mock",
"version": "5.8.0",
"version": "5.9.0",
"description": "Functions to mock the JavaScript aws-sdk ",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -60,11 +60,11 @@
"tap": "^18.5.2",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"tsd": "^0.29.0",
"tsd": "^0.30.0",
"tsup": "^7.2.0",
"typescript": "^5.2.2"
},
"engines": {
"node": ">=14.0.0"
"node": ">=18.0.0"
}
}

0 comments on commit e1b291f

Please sign in to comment.