Skip to content

AWS policy management package #12

@leeper

Description

@leeper

Most policy-related API functions overwrite/replace existing policies. This is fine but fairly annoying if you just want to change a policy. We need a package that can:

  • Parse policies into an R representation (basically just jsonlite::fromJSON() with some non-default options)
  • Construct policies in a consistent way (basically just jsonlite::toJSON() with some non-default options)
  • Policy modification functionality (maybe R6 style?)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions