You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem Statement:
For complex objects, such as ACK DyanmoDB Table definition, there's a need to define a complex data-types that will be used as an input for the ResourceGroup.
As an example, ACK DynamoDB Table gets as an input, a list of the following struct:
attributeDefinitions:
- attributeName: id
attributeType: S
- attributeName: name
attributeType: S
Feature Description
Problem Statement:
For complex objects, such as ACK DyanmoDB Table definition, there's a need to define a complex data-types that will be used as an input for the ResourceGroup.
As an example, ACK DynamoDB Table gets as an input, a list of the following struct:
Currently there's no way to define the following:
Proposed Solution:
support complex data types to be able to pass those as an input to the ResourceGroup spec values.
Alternatives Considered:
none
Additional Context:
none
The text was updated successfully, but these errors were encountered: