Skip to content

Commit 519a85e

Browse files
committed
CHANGED: Removed Greenkeeper.
1 parent 1bab6b3 commit 519a85e

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ node_js:
66

77
before_install:
88
- npm install -g serverless
9-
- npm install -g greenkeeper-lockfile@1
9+
# - npm install -g greenkeeper-lockfile@1
1010

11-
before_script:
12-
- greenkeeper-lockfile-update
11+
# before_script:
12+
# - greenkeeper-lockfile-update
1313

14-
after_script:
15-
- greenkeeper-lockfile-upload
14+
# after_script:
15+
# - greenkeeper-lockfile-upload
1616

1717
after_success:
1818
- npm run coverage

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ This sample uses the [Serverless Application Framework](https://serverless.com/)
1414
[![Dependencies](https://david-dm.org/balassy/aws-lambda-typescript/status.svg)](https://david-dm.org/balassy/aws-lambda-typescript)
1515
[![DevDependencies](https://david-dm.org/balassy/aws-lambda-typescript/dev-status.svg)](https://david-dm.org/balassy/aws-lambda-typescript#type=dev)
1616
[![codebeat badge](https://codebeat.co/badges/cd3e0118-3d7f-4c0d-8d27-14d05df5a356)](https://codebeat.co/projects/github-com-balassy-aws-lambda-typescript-master)
17-
[![Greenkeeper badge](https://badges.greenkeeper.io/balassy/aws-lambda-typescript.svg)](https://greenkeeper.io/)
1817
[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/2154/badge)](https://bestpractices.coreinfrastructure.org/projects/2154)
1918

2019
## Features
@@ -32,7 +31,7 @@ This sample uses the [Serverless Application Framework](https://serverless.com/)
3231
- Generated **[Swagger](https://swagger.io/) documentation** for the endpoints, which works well with [SwaggerHub](https://app.swaggerhub.com) - _the expected description of your API._
3332
- Multiple layers in the code to **separate concerns** and independently test them - _avoid monolith and complexity._
3433
- **Health check** endpoints - _to quickly test your service._
35-
- **Dependency checks** and continuous update with [David](https://david-dm.org/), [Greenkeeper](https://greenkeeper.io/) and [Snyk](https://snyk.io)- _because the majority of your app is not your code._
34+
- **Dependency checks** with [David](https://david-dm.org/) and [Snyk](https://snyk.io) - _because the majority of your app is not your code._
3635
- **[EditorConfig](http://editorconfig.org/)** settings - _for consistent coding styles between different editors._
3736
- Sample CRUD implementation (in progress) - _to see it all in action_.
3837
- Follows Linux Foundation Core Infrastructure Initiative **[Best Practices](https://bestpractices.coreinfrastructure.org/en)** - _for the open source community._
@@ -273,4 +272,4 @@ Thanks to Shovon Hasan for his article on [Deploying a TypeScript + Node AWS Lam
273272

274273
## About the author
275274

276-
This project is maintaned by [György Balássy](https://linkedin.com/in/balassy).
275+
This project was created by [György Balássy](https://linkedin.com/in/balassy).

0 commit comments

Comments
 (0)