RH Becker
RH Becker
> would you prefer accessing via multiple PrivateLink VPC endpoints one in each VPC or would you prefer to use Transit Gateway/VPC peering to connect those VPCs and use a...
Seems like this could be satisfied via issue #2?
On the CFN coverage roadmap, [issue 1092](https://github.com/aws-cloudformation/cloudformation-coverage-roadmap/issues/1092) (referenced above) is showing as shipped, but [issue 1146](https://github.com/aws-cloudformation/cloudformation-coverage-roadmap/issues/1146) seems to indicate that it's not actually shipped. In other contexts, I've experienced features...
I don't see any indication in [the docs](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_Lambda.html) that this was actually completed. Should this have been closed?
I'm sure I could find uses for `Fn::StartsWith`, but regex support might be a more robust solution, in that it would cover not only this use case but any number...
Is this request only intended to cover SCPs, or other types of policies as well? If all policies, than issue #841 is seemingly redundant.
Documentation of the [Type property](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-organizations-policy.html#cfn-organizations-policy-type) seems to indicate this resource was implemented to cover SCPs _and_ backup policies, in which case issue #841 can seemingly also be marked as completed.
If this issue were resolved, would that mean that docker hub would have image versions available on the same day that corresponding versions are announced as available? As someone developing...
@hoffa's advice above, to use `AWS::LanguageExtensions`, helped in the use case of using [Fn::Sub](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-sub.html) when specifying a value for the `Location.ApplicationId` property. Thanks for mentioning that. ```YAML Type: AWS::Serverless::Application Properties:...
[PR 8096](https://github.com/aws/aws-cli/pull/8096) (aws-cli) was merged in mid-December. A couple of comments on related issues [here](https://github.com/aws/aws-cli/issues/8075#issuecomment-1874562551) and [here](https://github.com/aws/aws-cli/issues/8469#issuecomment-1881857766) indicate that recent aws-cli versions no longer have this problem. Is the aws-cli...