-
Notifications
You must be signed in to change notification settings - Fork 119
Conversation
How often does this list change? While the logic to auto generate is nice, I'm afraid it adds unnecessary complexity and is prone to breakage, if AWS decides to change their page which is likely as it isn't a contract/API. |
@simar7 I found a repository with documentation, but it's already archived. I don't know how often this list changes, but so far more than 1k actions have been added (or changed) compared to the main branch. Is there any idea how we can update the actions? |
This repository contains a list of actions and it is updated frequently. |
Feels a little better than scraping, maybe we can go with this for the meantime since we don't have any better alternatives. |
@simar7 I gave the example of this repository to show that changes to AWS services happen quite often. But this repository is not suitable for us because it only contains a list of actions, and we also need information about the resources required for each action. |
I guess it's fine as it is a self contained piece of code with no better alternatives at the moment. |
8e58c12
to
28e03f8
Compare
@simar7 Test run of the workflow nikpivkin@7c0ae85 |
28e03f8
to
52a2ffc
Compare
lgtm, should we merge this PR? |
52a2ffc
to
de88b40
Compare
Added a command to generate a file with actions that do not support resource level permissions. This will allow periodic synchronisation with AWS. There are about 5135 such actions now (vs 3600 in the main branch).
Related issues