aws-cloudformation-user-guide
aws-cloudformation-user-guide copied to clipboard
The open source version of the AWS CloudFormation User Guide
I recently lost a couple of hours debugging ALB to Lambda requests that were not being handled properly before finally finding documentation about the `lambda.multi_value_headers.enabled` target group attribute in https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-targetgroup-targetgroupattribute.html....
*Issue #, if available:* *Description of changes:* fixing typo By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of...
*Description of changes:* Fix image paths. Note: links to images could be `https` I don't know if it's http for any reason
Removed `an`
*Issue #, if available:* *Description of changes:* Fix definition type `Attributes` and `UserAttributes` properties in Pinpoint.SegmentDimensions definition. By submitting this pull request, I confirm that you can use, modify, copy,...
*Issue #, if available:* *Description of changes:* Fixing a typo I noticed while reading through the docs. By submitting this pull request, I confirm that you can use, modify, copy,...
This is a follow-up of #272 which was closed without being fixed. The CloudFormation documentation documents whether a property is required, but it doesn't document the default value when the...
*Issue #, if available:* #1240 *Description of changes:* Removing NBSPs. By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms...
File: https://github.com/awsdocs/aws-cloudformation-user-guide/blob/main/doc_source/protect-stack-resources.md Has NBSP in the example JSON which if copy pasted exactly will not work. This might affect other snippets, I'm just doing one file. Project admins should consider...
`AWS::EventSchemas::RegistryPolicy` Policy Statement Action prefixes should be `schema` not `schemas`. I tried to deploy a CloudFormation temple with a `AWS::EventSchemas::RegistryPolicy` similar to the examples in the documentation. Prefixing Policy Statement...