aws-cloudformation / cloudformation-cli

The CloudFormation Provider Development Toolkit allows you to author your own resource providers and modules that can be used by CloudFormation.
Apache License 2.0
316 stars 158 forks source link

Doc updates broken and incorrect #963

Open carpnick opened 1 year ago

carpnick commented 1 year ago

First issue: This official doc page page maps to this in github and they are not equal. The latest change was from 1 year ago, why is it out of date? I know this because I was going to open a PR for my second issue, but I see the "timeoutinMinutes" isn't even in the Syntax section or the explanation below. Is it deprecated?

Second Issue: Current AWS Doc page shows timeout in minutes as : "timeoutinMinutes"

image

However the schema definition shows "timeoutInMinutes" which took me 30 minutes to figure out since the docs are out of date.