aws-cloudformation-user-guide
aws-cloudformation-user-guide copied to clipboard
The open source version of the AWS CloudFormation User Guide
Hi, please add more supported functions for `FindInMap`. Eg. `Sub` and `ImportValue` My example: ```yml CidrBlock: !FindInMap - !Ref AvailabilityZoneId - !ImportValue 'Fn::Sub': '${ParentVpcStack}-Environmnet' - PublicSubnet ``` Thank you
*Issue #, if available:* typo *Description of changes:* By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your...
Added missing (yet critical) information on how to configure Origin Access Control *Issue #, if available:* Added missing paragraph. The new Origin Access Control feature is strongly recommended, yet the...
link to documentation steps is wrong
Hi! We had an issue with the `SourceDBClusterIdentifier` parameter in the `AWS::RDS::GlobalCluster` resource. The [doc](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-globalcluster.html#cfn-rds-globalcluster-sourcedbclusteridentifier) says that this param accepts the `ID` or the `ARN` of an RDS Cluster, but...
*Issue #, if available:* 1263 *Description of changes:* Updated documentation to highlight that only one external connection is allowed per repository, through the resource property type is a list of...
Steps for repro: Create/Update a CodeArtifact(AWS::CodeArtifact::Repository) repository with multiple external connections. Stack fails as 'AssociateExternalConnection' API supports only one external connection per repository. https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_AssociateExternalConnection.html
Both the JSON and YAML examples show the usage of AutoMinorVersionUpdate which is not valid. Usage of this property will cause the deployment to fail. Earlier in the documentation, it...
*Issue #, if available:* *Description of changes:* Fixing a broken link to another page in the documentation By submitting this pull request, I confirm that you can use, modify, copy,...
HttpApi Integration with SQS *Issue #, if available:* Added an example with HttpApi Integration to SQS. By submitting this pull request, I confirm that you can use, modify, copy, and...