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

fix(ecs): make TaskDefinition accept IRoles #2034

Merged
merged 2 commits into from
Mar 18, 2019
Merged

Commits on Mar 18, 2019

  1. fix(ecs): make TaskDefinition accept IRoles

    The role input parameters are currently Roles but should be IRoles.
    
    Required adding the grant methods to the `IRole` definition, which
    weren't there before.
    
    Fixes #1925.
    rix0rrr committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    92e3229 View commit details
    Browse the repository at this point in the history
  2. Force build

    rix0rrr committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    ea19e6a View commit details
    Browse the repository at this point in the history