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

Add custom create_tag method to ec2 resource #160

Merged
merged 3 commits into from
Jul 14, 2015

Commits on Jul 10, 2015

  1. Add custom create_tag method to ec2 resource

    The create tag method cannot be expressed via the resource model because
    you need to map a set of tag to multiple resources possibly and return
    a list of each tag for each resource. In order to preserve backward
    combatability a new custom method needed to be added to the service
    resource.
    kyleknap committed Jul 10, 2015
    Configuration menu
    Copy the full SHA
    dbe46f5 View commit details
    Browse the repository at this point in the history
  2. Rename event for creating service resource

    Updated create_tags method as well to use the new event name. This also
    updated the service resource class name to what it is documented as.
    kyleknap committed Jul 10, 2015
    Configuration menu
    Copy the full SHA
    fd7ad84 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b5311cb View commit details
    Browse the repository at this point in the history