cloudformation-coverage-roadmap icon indicating copy to clipboard operation
cloudformation-coverage-roadmap copied to clipboard

[AWS::Bedrock::Flow] - [BUG] - Missing Some Node Types

Open aws-rafams opened this issue 6 months ago • 0 comments

Name of the resource

AWS::Bedrock::Flow

Resource Name

No response

Issue Description

The CloudFormation FlowNode resource has some missing Node Types and its respective configuration objects.

Expected Behavior

I expected to see support in CloudFormation for all the Node Types available in the console: Screenshot 2024-08-23 at 20 12 02 These node types are very much supported by the API: Screenshot 2024-08-23 at 20 09 43

Observed Behavior

The ones currently listed and supported by Cloudformation are: Input | Output | KnowledgeBase | Condition | Lex | Prompt | LambdaFunction which is a subset of all the available node types, it is missing: Agent, Retrieval, Storage, Collector, Iterator, and Condition.

Test Cases

Specifying one of the missing node types causes a deployment failure.

aws-rafams avatar Aug 23 '24 18:08 aws-rafams