1STi / cf.policy.maker

Make AWS policy from Cloudformation or Serverless file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Read Cloudformation File and create Policy

This little component read a cloudformation or serverless.yml file and create a policy documento to AWS IAM.

Requirements

In this first version, the cloudformation or serverless file need to stay in same location to this program

Executing

(venv) python main.py

After run, one file named "policy.json" will be created and need to be imported to AWS.

TODO

  • Implement CI
    • Point to origin file
    • Accept serverless or cloudformation like a option
  • Implement upload to AWS option

About

Make AWS policy from Cloudformation or Serverless file


Languages

Language:Python 100.0%