Skip to content

Commit 0a98153

Browse files
authored
Merge pull request #89 from balassy/feature/cii-best-practices
Meeting CII Best Practices "Passing" level - Release v1.0.1
2 parents 20b7f33 + 4a7ca59 commit 0a98153

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Change Log
2+
3+
All notable changes to this project is documented in this file.
4+
This project adheres to [Semantic Versioning](http://semver.org/).
5+
6+
## Unreleased
7+
8+
## [1.0.1]
9+
10+
- Meeting CII Best Practices ["Passing" level](https://github.com/coreinfrastructure/best-practices-badge/blob/master/doc/criteria.md) criteria.
11+
12+
## [1.0.0]
13+
14+
First public release.

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ This sample uses the [Serverless Application Framework](https://serverless.com/)
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)
1717
[![Greenkeeper badge](https://badges.greenkeeper.io/balassy/aws-lambda-typescript.svg)](https://greenkeeper.io/)
18+
[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/2154/badge)](https://bestpractices.coreinfrastructure.org/projects/2154)
1819

1920
## Features
2021

@@ -34,6 +35,9 @@ This sample uses the [Serverless Application Framework](https://serverless.com/)
3435
- **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._
3536
- **[EditorConfig](http://editorconfig.org/)** settings - _for consistent coding styles between different editors._
3637
- Sample CRUD implementation (in progress) - _to see it all in action_.
38+
- Follows Linux Foundation Core Infrastructure Initiative **[Best Practices](https://bestpractices.coreinfrastructure.org/en)** - _for the open source community._
39+
40+
For updates, please check the [CHANGELOG](https://github.com/balassy/aws-lambda-typescript/blob/master/CHANGELOG.md).
3741

3842
## Setup
3943

@@ -258,7 +262,6 @@ Contributions of all kinds are welcome, please feel free to send Pull Requests.
258262

259263
Thanks for your help in making this project better!
260264

261-
262265
## Read more
263266

264267
* [Serverless.yml Reference](https://serverless.com/framework/docs/providers/aws/guide/serverless.yml/)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lambda-typescript",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A sample to create AWS Lambda functions in TypeScript with Serverless.",
55
"main": "handler.js",
66
"scripts": {

0 commit comments

Comments
 (0)