This repository was archived by the owner on Dec 7, 2023. It is now read-only.
This repository was archived by the owner on Dec 7, 2023. It is now read-only.
Parameters default value are missing in the documentation #272
Closed
Description
I'm discoveing aws SAM and CloudFormation, and it seems there is one big thing missing in the reference API documentation : the default values. i.e. the value one parameter is given when optional and not provided.
an example in https://github.com/awsdocs/aws-cloudformation-user-guide/blob/master/doc_source/aws-properties-apigateway-stage-methodsetting.md:
It tells that the CachingEnabled
is optional, but does not tell if it set to true
or false
if I don't put it in my template.