-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Added two templates to policy templates. Both are read only API calls… #426
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These are just doc updates. Can you apply these changes to the other files necessary? You can follow this PR for example https://github.com/awslabs/serverless-application-model/pull/408/files
@davfaulk did you want to fix this? |
Apologies for the delay - been traveling etc. Modified the other files, and ran tests. |
Sorry for the delayed response on this. We have since removed the redundant |
Thanks @davfaulk, could you rebase this on latest develop branch? As James mentioned, we removed redundant file which is the main cause for this conflict. |
…nsListAccountsPolicy policy templates (aws#426)
Rebased off of current develop |
… (ce:* and Organizations:ListAccounts), that cannot be resource scoped, useful for using lambda for cost reporting. Also added SendRawEmail to existing SESCrudPolicy
Issue #, if available:
Description of changes:
Two new read-only policy templates to support adding https://github.com/aws-samples/aws-cost-explorer-report to the Serverless Application Repository. API calls do not support resource downscoping due to nature of calls.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.