Skip to content

service_support.json Generation Automation Ideas #17

@ScriptAutomate

Description

@ScriptAutomate

I have some ideas for this site to be better kept up-to-date automatically by using something like GitHub Actions to check for new things. This could help with not needing periodically dip in and research what new services are missing, what services have been added to CloudFormation, what new services does CloudTrail support, etc.

CloudFormation Supported Services (and sometimes "All Regions" support value)

I think my repository may be of help:

The repository generates new data when new services, and new features of those services, are supported by AWS CloudFormation. It could be useful in modifying service_support.json by:

  • If a service supported by CloudFormation IS NOT currently listed in the service_support.json file, add it with "cloudformation":"Y" (and "all_regions":"Y" if my repo lists all regions as supporting it) and something like an empty or "N" default value when it comes to the other fields?
  • If a service supported by CloudFormation IS currently listed in the service_support.json file, ensure that "cloudformation" has a value of "Y" if it doesn't already, and if a service is supported by CloudFormation in all regions, ensure "all_regions" is set to "Y".

CloudTrail Supported Services

Scraping this website could provide support values:

AWS Config Support

Scraping this website could provide support values:

Tags Support

Scraping these websites could provide support values:

SLA Support

Scraping this website could provide support values:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions