From 1e24630966b0d168febab6d483d73f4fac4dec4a Mon Sep 17 00:00:00 2001 From: Momo Kornher Date: Fri, 3 Nov 2023 10:49:07 +0000 Subject: [PATCH] Apply suggestions from code review --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cb9743374..5fcc2cfdd 100644 --- a/README.md +++ b/README.md @@ -30,10 +30,10 @@ Sources are read in this order: | What | Description | Updates | |------|-------------|-------------------- | Resource Spec | This is the original [CloudFormation Resource Specification](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-resource-specification.html), which is being replaced by the Registry Schema. Imported in order from `us-east-1`, `us-west-2`. | Frozen at version `144.0.0` (Oct 13, 2023). | -| SAM Resource Spec | This is the unofficial SAM resource spec as voluntarily maintained by the [GoFormation](https://github.com/awslabs/goformation) project | Updated daily | +| SAM Resource Spec | This is the unofficial SAM resource spec as voluntarily maintained by the [GoFormation](https://github.com/awslabs/goformation) project | Daily | | Registry Schema | This is the new [CloudFormation Resource Provider Schema](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/resource-type-schemas.html), replacing the old Resource Spec. It is more expressive than the old spec. Imported in order: `us-east-1`, `us-east-2`, `us-west-2`. | Updated daily | -| SAM JSON Schema | This is the newer version of the unofficial [GoFormation](https://github.com/awslabs/goformation) SAM specification, expressed in JSON Schema. | Updated daily | -| CloudFormation Docs | A JSON rendering of the AWS CloudFormation Resource Reference. | Updated weekly | +| SAM JSON Schema | This is the newer version of the unofficial [GoFormation](https://github.com/awslabs/goformation) SAM specification, expressed in JSON Schema. | Daily | +| CloudFormation Docs | A JSON rendering of the AWS CloudFormation Resource Reference. | Weekly | | Stateful Resources | An import of a single configuration file of [cfn-lint](https://github.com/aws-cloudformation/cfn-lint), containing resources that should be considered stateful | Weekly | | Canned Metrics | An import of an inventory of metrics for various resource types, built by the AWS CloudWatch team for their console | Manual | | Scrutinies | A classification of a number of resources and resource properties, indicating whether they contain IAM Policies or not | Manual |