Skip to content

Make AWS policy from Cloudformation or Serverless file

Notifications You must be signed in to change notification settings

1STi/cf.policy.maker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages