Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign updocumentation for policy.json #1402
Open
Labels
Comments
|
There's some info about policy generation here: https://chalice.readthedocs.io/en/latest/quickstart.html#tutorial-policy-generation, as well as more information about config values here: https://chalice.readthedocs.io/en/latest/topics/configfile.html. Do you think a separate doc page all about IAM policy generation options would be helpful? |
|
@jamesls Thanks, but I've checked the links before.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
Thanks for the job you've done! Chalice is the very easy framework for newcomers and flask developers.
I've been learning the framework only for 2 weeks and regularly getting errors related with aws policies. The official content about the policies is minimal. And auto-policy can't do this job by the right way if you want to add more than just a 'hello world' function.
Run chalice gen-policy (chalice==1.13.1) returns only:
It absolutely doesn’t help me in setting up the policy of an application that is already using dynamodb, sns and s3.
Is there an extended documentation describing the policy.json or examples for regular cases, list of actions and values.