Skip to content

Commit 9868679

Browse files
authored
Housekeeping (#123)
* Update license and remove dpendencies badge * Add dbot config
1 parent 20f9d7c commit 9868679

File tree

3 files changed

+16
-8
lines changed

3 files changed

+16
-8
lines changed

.github/dependabot.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: npm
4+
open-pull-requests-limit: 99
5+
directory: "/"
6+
schedule:
7+
interval: monthly
8+
versioning-strategy: widen
9+
commit-message:
10+
prefix: fix
11+
prefix-development: build
12+
include: scope
13+
reviewers:
14+
- AntonBazhal

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2016-2019 Anton Bazhal
3+
Copyright (c) 2016-2023 Anton Bazhal
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
66

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
[![Build Status][ci-image]][ci-url]
44
[![Coverage Status][coverage-image]][coverage-url]
55
[![NPM version][npm-image]][npm-url]
6-
[![Dependencies Status][dependencies-image]][dependencies-url]
7-
[![DevDependencies Status][devdependencies-image]][devdependencies-url]
86

97
Tiny wrapper that ensures that [AWS Lambda][aws-lambda-url] function's callback is always called. In other words, from your handler you can return value, promise, throw exception, and this library will wrap your code into a promise while calling appropriate lambda-required callback. Your handler is composed of middleware, similar to [Express][express-url] or [Koa][koa-url].
108

@@ -71,7 +69,7 @@ Use these middleware to extend functionality.
7169

7270
The MIT License (MIT)
7371

74-
Copyright (c) 2016-2019 Anton Bazhal
72+
Copyright (c) 2016-2023 Anton Bazhal
7573

7674
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
7775

@@ -88,10 +86,6 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
8886
[ci-url]: https://circleci.com/gh/alpha-lambda/handler-node
8987
[coverage-image]: https://coveralls.io/repos/github/alpha-lambda/handler-node/badge.svg?branch=master
9088
[coverage-url]: https://coveralls.io/github/alpha-lambda/handler-node?branch=master
91-
[dependencies-url]: https://david-dm.org/alpha-lambda/handler-node
92-
[dependencies-image]: https://david-dm.org/alpha-lambda/handler-node/status.svg
93-
[devdependencies-url]: https://david-dm.org/alpha-lambda/handler-node?type=dev
94-
[devdependencies-image]: https://david-dm.org/alpha-lambda/handler-node/dev-status.svg
9589
[express-url]: https://expressjs.com/
9690
[koa-url]: http://koajs.com/
9791
[alpha-lambda-bunyan-url]: https://www.npmjs.com/package/alpha-lambda-bunyan

0 commit comments

Comments
 (0)