cloudformation-coverage-roadmap
cloudformation-coverage-roadmap copied to clipboard
The AWS CloudFormation Public Coverage Roadmap
### Name of the resource AWS::Lambda::Function ### Resource name _No response_ ### Description The Node.js Lambda runtime, like Node.js itself, supports either CommonJS or ECMAScript module source code. The two...
### Name of the resource Other ### Resource name _No response_ ### Description Requesting a feature where CloudFormation manages a tags centrally in a stack. Essentially a default tag section...
Title -> SAM support for Cloudformation Stacksets Scope of request -> CloudFormation Stacksets should be able to support templates Expected behavior -> It should allow the definition of a transform...
## 2. Scope of request Cloudformation cannot perform more than one DynamoDB GSI creation or deletion in a single update. Instead, users must add/delete a single GSI per update, and...
I'm not using the template on this one because it cuts across many services/resources/etc..... If a resource has an Arn, Fn::GetAtt [myResource, Arn] should return said Arn. If I get...
## 1. AWS::DynamoDB::Table-RestoreArn ## 2. Scope of request AWS::DynamoDB::Table supports PointInTimeRecoverySpecification but it is not possible to gain control of a restored table via Cloudformation. ## 3. Expected behavior It...
### Name of the resource AWS::Events::Rule ### Resource name _No response_ ### Description I have a use case where we integrate MSK cluster with EventBridge Pipes with an Event Bus...
### Name of the resource AWS::Logs::Destination ### Resource name _No response_ ### Description A **"Force" flag** is requested for the "DestinationPolicy" property in **AWS::Logs::Destination** resource. Currently CloudFormation does not support...
Scope of request: AWS::IAM::ManagedPolicy does not support Tags property so cannot be tagged in CloudFormation templates. Tags are supported for IAM managed policies in the API and Console, so support...
### Name of the resource AWS::CodeDeploy::DeploymentGroup ### Resource name _No response_ ### Description i try to setup a blue/green codedeployment group for an autoscaling group with ec2 instances. this can...