Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Several features (AWS CloudFormation Support, IAM Support, Kinesis, DynamoDB, and local auth options) #172

Merged
merged 14 commits into from
Mar 19, 2016

Commits on Sep 15, 2015

  1. AWS CloudFormation Support, IAM Support, and Additional Auth Options

     * Adding the aws_cfn_stack LWRP
     * Adding the aws_iam_user, aws_iam_group, aws_iam_policy, and aws_iam_role LWRPs
     * Adding global facilities to support using local credentials for auth (ie: ~/.aws/credentials)
    Chris Marchesi committed Sep 15, 2015
    Configuration menu
    Copy the full SHA
    bd3f27f View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2015

  1. Adding kinesis_stream resource

    Chris Marchesi committed Sep 18, 2015
    Configuration menu
    Copy the full SHA
    ca4a575 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2015

  1. Addition of the DyanmoDB resource, can add add tables, and also add g…

    …lobal secondary indexes to existing tables.
    Chris Marchesi committed Oct 10, 2015
    Configuration menu
    Copy the full SHA
    77357d8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from paybyphone/dynamodb_resources

    Addition of the DyanmoDB resource, can add add tables, and also add global secondary indexes to existing tables
    vancluever committed Oct 10, 2015
    Configuration menu
    Copy the full SHA
    d67006f View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2015

  1. * New feature: aws_cfn_stack now supports IAM capability. See README…

    … for details.
    
     * aws_cfn_stack: A small bugfix to ensure that files that are included in subdirectories of recipes get written out to cache correctly.
    Chris Marchesi committed Oct 21, 2015
    Configuration menu
    Copy the full SHA
    1f1420b View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2015

  1. Removed staging the template thru cookbook_file to attempt to fix Win…

    …dows issues
    Chris Marchesi committed Oct 29, 2015
    Configuration menu
    Copy the full SHA
    2b17516 View commit details
    Browse the repository at this point in the history
  2. Rubocop fixes

    Chris Marchesi committed Oct 29, 2015
    Configuration menu
    Copy the full SHA
    3188041 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2 from paybyphone/develop

    Fix for aws_cfn_stack running under chef-zero on Windows (no more template file stage)
    vancluever committed Oct 29, 2015
    Configuration menu
    Copy the full SHA
    3326b94 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2015

  1. Fix to allow for template update on parameter change

    Chris Marchesi committed Oct 30, 2015
    Configuration menu
    Copy the full SHA
    5a963ce View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2015

  1. Merge pull request #3 from paybyphone/develop

    Fix to allow for template update on parameter change
    vancluever committed Nov 1, 2015
    Configuration menu
    Copy the full SHA
    2799a98 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2015

  1. Configuration menu
    Copy the full SHA
    a4fcf93 View commit details
    Browse the repository at this point in the history
  2. DynamodDB cleanup

     * Refactoring the dynamodb_table resource provider
     * Fixtures for testing table creation and update
     * rspec tests in Kitchen to test Dynamo thru API
    vancluever committed Nov 6, 2015
    Configuration menu
    Copy the full SHA
    772c18a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4 from paybyphone/develop

    DynamodDB cleanup
    vancluever committed Nov 6, 2015
    Configuration menu
    Copy the full SHA
    fc2f683 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2016

  1. Configuration menu
    Copy the full SHA
    f495672 View commit details
    Browse the repository at this point in the history