Skip to content

Commit

Permalink
Merge branch 'release/0.1.0'
Browse files Browse the repository at this point in the history
* release/0.1.0:
  Add CHANGELOG.
  • Loading branch information
donnemartin committed Dec 21, 2015
2 parents c432317 + e96e6d7 commit 5e88a1b
Show file tree
Hide file tree
Showing 3 changed files with 327 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,4 @@ dist/
.DS_Store

scratch/
CHANGELOG_DRAFT
142 changes: 142 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,142 @@
<br/>
<p align="center">
<img src="https://raw.githubusercontent.com/donnemartin/data-science-ipython-notebooks/master/images/aws.png">
</p>
<br/>

# Awesome AWS [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)

A curated list of awesome AWS libraries, open source repos, guides, blogs, and other resources.

Inspired by the [awesome](https://github.com/sindresorhus/awesome) list.

## The Fiery Meter of AWSome

* Repo with 0100+ Stars: :fire:
* Repo with 0200+ Stars: :fire::fire:
* Repo with 0500+ Stars: :fire::fire::fire:
* Repo with 1000+ Stars: :fire::fire::fire::fire:
* Repo with 2000+ Stars: :fire::fire::fire::fire::fire:

Repos not on `The Fiery Meter of AWSome` can still be awesome, see [A Note on Repo AWSomeness](https://github.com/donnemartin/awesome-aws/blob/master/CONTRIBUTING.md#a-note-on-repo-awsomeness).

### `awesome-aws` Python Module

[![Build Status](https://travis-ci.org/donnemartin/awesome-aws.svg?branch=master)](https://travis-ci.org/donnemartin/awesome-aws) [![Codecov](https://img.shields.io/codecov/c/github/donnemartin/awesome-aws.svg)](https://codecov.io/github/donnemartin/saws/awesome-aws) [![PyPI version](https://badge.fury.io/py/awesome-aws.svg)](http://badge.fury.io/py/awesome-aws)

The Python module [`awesome-aws`](https://github.com/donnemartin/awesome-aws/tree/master/awesome) regularly scans repos on [Awesome AWS](https://github.com/donnemartin/awesome-aws) to maintain the accuracy of the `Fiery Meter of AWSome`.

## Contributing

Contributions are welcome!

Check out the [Contributing Guidelines](https://github.com/donnemartin/awesome-aws/blob/master/CONTRIBUTING.md).

## Index

* [SDKs and Samples](#sdks-and-samples)
* [Android](#android-sdk)
* [C++](#c-sdk)
* [Clojure](#clojure-sdk)
* [Go](#go-sdk)
* [iOS](#ios-sdk)
* [IoT](#iot-sdk)
* [Java](#java-sdk)
* [JavaScript](#javascript-sdk)
* [Haskell](#haskell-sdk)
* [OCaml](#ocaml-sdk)
* [Perl](#perl-sdk)
* [PHP](#php-sdk)
* [Python](#python-sdk)
* [Ruby](#ruby-sdk)
* [Scala](#scala-sdk)
* [Xamarin](#xamarin-sdk)
* [Unity](#unity-sdk)
* [.NET](#net-sdk)
* [Command Line Tools](#command-line-tools)
* [Universal Command Line Interface](#universal-command-line-interface)
* [Windows PowerShell](#windows-powershell)
* [IDE Toolkits](#ide-toolkits)
* [Eclipse Toolkit](#eclipse-toolkit)
* [Visual Studio Toolkit](#visual-studio-toolkit)
* [Open Source Repos](#open-source-repos)
* [API Gateway](#api-gateway)
* [AppStream](#appstream)
* [CLI](#cli)
* [CloudFormation](#cloudformation)
* [CloudSearch](#cloudsearch)
* [CloudTrail](#cloudtrail)
* [CloudWatch](#cloudwatch)
* [Code Deploy](#code-deploy)
* [Code Pipeline](#code-pipeline)
* [Cognito](#cognito)
* [Data Pipeline](#data-pipeline)
* [Device Farm](#device-farm)
* [DynamoDB](#dynamodb)
* [Elastic Beanstalk](#elastic-beanstalk)
* [Elastic Container Service](#elastic-container-service)
* [Elastic File System](#elastic-file-system)
* [Elastic MapReduce](#elastic-mapreduce)
* [Elastic Search](#elastic-search)
* [Elasticache](#elasticache)
* [Glacier](#glacier)
* [Kinesis](#kinesis)
* [Lambda](#lambda)
* [Machine Learning](#machine-learning)
* [Mobile Analytics](#mobile-analytics)
* [OpsWorks](#opsworks)
* [Redshift](#redshift)
* [Route 53](#route-53)
* [S3](#s3)
* [SNS](#sns)
* [SQS](#sqs)
* [Data](#data)
* [DevOps](#devops)
* [Security](#security)
* [Accompanying](#accompanying-repos)
* [Miscellaneous](#miscellaneous-repos)
* [Guides, Books, Documentation, and Training](#guides-books-documentation-and-training)
* [Getting Started Guides](#getting-started-guides)
* [General Guides](#general-guides)
* [Books](#books)
* [Whitepapers](#whitepapers)
* [Documentation](#documentation)
* [Training](#training)
* [Case Studies: Powered by AWS](#case-studies-powered-by-aws)
* [Social](#social)
* [Blogs](#blogs)
* [Twitter Influencers](#twitter-influencers)
* [Facebook Pages](#facebook-pages)
* [YouTube Channels](#youtube-channels)
* [LinkedIn Groups](#linkedin-groups)
* [Subreddits](#subreddits)
* [Conferences](#conferences)
* [Latest KPIs and Stats](#latest-kpis-and-stats)
* [Appendix of Core Services](#appendix-of-core-services)
* [Services in Plain English](#services-in-plain-english)
* [Compute](#compute-services)
* [Networking](#networking-services)
* [Enterprise Applications](#enterprise-applications)
* [Analytics](#analytics-services)
* [Management Tools](#management-tools)
* [Security and Identity](#security-and-identity-services)
* [Internet of Things](#internet-of-things-service)
* [Mobile Services](#mobile-services)
* [Storage and Content Delivery](#storage-and-content-delivery-services)
* [Databases](#databases)
* [Application Services](#application-services)
* [Developer Tools](#developer-tools)
* [Miscellaneous Services](#miscellaneous-services)
* [Contributing](#contributing)
* [Credits](#credits)
* [Other Awesome Lists](#other-awesome-lists)
* [Contact Info](#contact-info)
* [License](#license)

Changelog
=========

0.1.0 (2015-12-21)
------------------

- Initial release.
184 changes: 184 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,184 @@
.. raw:: html

<p align="center">

.. raw:: html

</p>

Awesome AWS |Awesome|
=====================

A curated list of awesome AWS libraries, open source repos, guides,
blogs, and other resources.

Inspired by the `awesome <https://github.com/sindresorhus/awesome>`__
list.

The Fiery Meter of AWSome
-------------------------

- Repo with 0100+ Stars: :fire:
- Repo with 0200+ Stars: :fire::fire:
- Repo with 0500+ Stars: :fire::fire::fire:
- Repo with 1000+ Stars: :fire::fire::fire::fire:
- Repo with 2000+ Stars: :fire::fire::fire::fire::fire:

Repos not on ``The Fiery Meter of AWSome`` can still be awesome, see `A
Note on Repo
AWSomeness <https://github.com/donnemartin/awesome-aws/blob/master/CONTRIBUTING.md#a-note-on-repo-awsomeness>`__.

``awesome-aws`` Python Module
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

|Build Status| |Codecov| |PyPI version|

The Python module
```awesome-aws`` <https://github.com/donnemartin/awesome-aws/tree/master/awesome>`__
regularly scans repos on `Awesome
AWS <https://github.com/donnemartin/awesome-aws>`__ to maintain the
accuracy of the ``Fiery Meter of AWSome``.

Contributing
------------

Contributions are welcome!

Check out the `Contributing
Guidelines <https://github.com/donnemartin/awesome-aws/blob/master/CONTRIBUTING.md>`__.

Index
-----

- `SDKs and Samples <#sdks-and-samples>`__

- `Android <#android-sdk>`__
- `C++ <#c-sdk>`__
- `Clojure <#clojure-sdk>`__
- `Go <#go-sdk>`__
- `iOS <#ios-sdk>`__
- `IoT <#iot-sdk>`__
- `Java <#java-sdk>`__
- `JavaScript <#javascript-sdk>`__
- `Haskell <#haskell-sdk>`__
- `OCaml <#ocaml-sdk>`__
- `Perl <#perl-sdk>`__
- `PHP <#php-sdk>`__
- `Python <#python-sdk>`__
- `Ruby <#ruby-sdk>`__
- `Scala <#scala-sdk>`__
- `Xamarin <#xamarin-sdk>`__
- `Unity <#unity-sdk>`__
- `.NET <#net-sdk>`__

- `Command Line Tools <#command-line-tools>`__

- `Universal Command Line
Interface <#universal-command-line-interface>`__
- `Windows PowerShell <#windows-powershell>`__

- `IDE Toolkits <#ide-toolkits>`__

- `Eclipse Toolkit <#eclipse-toolkit>`__
- `Visual Studio Toolkit <#visual-studio-toolkit>`__

- `Open Source Repos <#open-source-repos>`__

- `API Gateway <#api-gateway>`__
- `AppStream <#appstream>`__
- `CLI <#cli>`__
- `CloudFormation <#cloudformation>`__
- `CloudSearch <#cloudsearch>`__
- `CloudTrail <#cloudtrail>`__
- `CloudWatch <#cloudwatch>`__
- `Code Deploy <#code-deploy>`__
- `Code Pipeline <#code-pipeline>`__
- `Cognito <#cognito>`__
- `Data Pipeline <#data-pipeline>`__
- `Device Farm <#device-farm>`__
- `DynamoDB <#dynamodb>`__
- `Elastic Beanstalk <#elastic-beanstalk>`__
- `Elastic Container Service <#elastic-container-service>`__
- `Elastic File System <#elastic-file-system>`__
- `Elastic MapReduce <#elastic-mapreduce>`__
- `Elastic Search <#elastic-search>`__
- `Elasticache <#elasticache>`__
- `Glacier <#glacier>`__
- `Kinesis <#kinesis>`__
- `Lambda <#lambda>`__
- `Machine Learning <#machine-learning>`__
- `Mobile Analytics <#mobile-analytics>`__
- `OpsWorks <#opsworks>`__
- `Redshift <#redshift>`__
- `Route 53 <#route-53>`__
- `S3 <#s3>`__
- `SNS <#sns>`__
- `SQS <#sqs>`__
- `Data <#data>`__
- `DevOps <#devops>`__
- `Security <#security>`__
- `Accompanying <#accompanying-repos>`__
- `Miscellaneous <#miscellaneous-repos>`__

- `Guides, Books, Documentation, and
Training <#guides-books-documentation-and-training>`__

- `Getting Started Guides <#getting-started-guides>`__
- `General Guides <#general-guides>`__
- `Books <#books>`__
- `Whitepapers <#whitepapers>`__
- `Documentation <#documentation>`__
- `Training <#training>`__
- `Case Studies: Powered by AWS <#case-studies-powered-by-aws>`__

- `Social <#social>`__

- `Blogs <#blogs>`__
- `Twitter Influencers <#twitter-influencers>`__
- `Facebook Pages <#facebook-pages>`__
- `YouTube Channels <#youtube-channels>`__
- `LinkedIn Groups <#linkedin-groups>`__
- `Subreddits <#subreddits>`__
- `Conferences <#conferences>`__

- `Latest KPIs and Stats <#latest-kpis-and-stats>`__
- `Appendix of Core Services <#appendix-of-core-services>`__

- `Services in Plain English <#services-in-plain-english>`__
- `Compute <#compute-services>`__
- `Networking <#networking-services>`__
- `Enterprise Applications <#enterprise-applications>`__
- `Analytics <#analytics-services>`__
- `Management Tools <#management-tools>`__
- `Security and Identity <#security-and-identity-services>`__
- `Internet of Things <#internet-of-things-service>`__
- `Mobile Services <#mobile-services>`__
- `Storage and Content
Delivery <#storage-and-content-delivery-services>`__
- `Databases <#databases>`__
- `Application Services <#application-services>`__
- `Developer Tools <#developer-tools>`__
- `Miscellaneous Services <#miscellaneous-services>`__

- `Contributing <#contributing>`__
- `Credits <#credits>`__
- `Other Awesome Lists <#other-awesome-lists>`__
- `Contact Info <#contact-info>`__
- `License <#license>`__

Changelog
=========

0.1.0 (2015-12-21)
------------------

- Initial release.

.. |Awesome| image:: https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg
:target: https://github.com/sindresorhus/awesome
.. |Build Status| image:: https://travis-ci.org/donnemartin/awesome-aws.svg?branch=master
:target: https://travis-ci.org/donnemartin/awesome-aws
.. |Codecov| image:: https://img.shields.io/codecov/c/github/donnemartin/awesome-aws.svg
:target: https://codecov.io/github/donnemartin/saws/awesome-aws
.. |PyPI version| image:: https://badge.fury.io/py/awesome-aws.svg
:target: http://badge.fury.io/py/awesome-aws

0 comments on commit 5e88a1b

Please sign in to comment.