Skip to content

Commit

Permalink
Merge pull request #89 from balassy/feature/cii-best-practices
Browse files Browse the repository at this point in the history
Meeting CII Best Practices "Passing" level - Release v1.0.1
  • Loading branch information
balassy authored Sep 5, 2018
2 parents 20b7f33 + 4a7ca59 commit 0a98153
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Change Log

All notable changes to this project is documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased

## [1.0.1]

- Meeting CII Best Practices ["Passing" level](https://github.com/coreinfrastructure/best-practices-badge/blob/master/doc/criteria.md) criteria.

## [1.0.0]

First public release.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ This sample uses the [Serverless Application Framework](https://serverless.com/)
[![DevDependencies](https://david-dm.org/balassy/aws-lambda-typescript/dev-status.svg)](https://david-dm.org/balassy/aws-lambda-typescript#type=dev)
[![codebeat badge](https://codebeat.co/badges/cd3e0118-3d7f-4c0d-8d27-14d05df5a356)](https://codebeat.co/projects/github-com-balassy-aws-lambda-typescript-master)
[![Greenkeeper badge](https://badges.greenkeeper.io/balassy/aws-lambda-typescript.svg)](https://greenkeeper.io/)
[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/2154/badge)](https://bestpractices.coreinfrastructure.org/projects/2154)

## Features

Expand All @@ -34,6 +35,9 @@ This sample uses the [Serverless Application Framework](https://serverless.com/)
- **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._
- **[EditorConfig](http://editorconfig.org/)** settings - _for consistent coding styles between different editors._
- Sample CRUD implementation (in progress) - _to see it all in action_.
- Follows Linux Foundation Core Infrastructure Initiative **[Best Practices](https://bestpractices.coreinfrastructure.org/en)** - _for the open source community._

For updates, please check the [CHANGELOG](https://github.com/balassy/aws-lambda-typescript/blob/master/CHANGELOG.md).

## Setup

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

Thanks for your help in making this project better!


## Read more

* [Serverless.yml Reference](https://serverless.com/framework/docs/providers/aws/guide/serverless.yml/)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lambda-typescript",
"version": "1.0.0",
"version": "1.0.1",
"description": "A sample to create AWS Lambda functions in TypeScript with Serverless.",
"main": "handler.js",
"scripts": {
Expand Down

0 comments on commit 0a98153

Please sign in to comment.