aws-dynamodb icon indicating copy to clipboard operation
aws-dynamodb copied to clipboard

Can't define attribute of type BOOL

Open aleksanderhayes opened this issue 4 years ago • 0 comments

inputs:
  name: ${name}-${stage}
  attributeDefinitions:
    - AttributeName: mobileNumber
      AttributeType: S
    - AttributeName: orderId
      AttributeType: S
    - AttributeName: isSettle
      AttributeType: BOOL

1 validation error detected: Value 'BOOL' at 'attributeDefinitions.3.member.attributeType' failed to satisfy constraint: Member must satisfy enum value set: [B, N, S]

aleksanderhayes avatar Feb 21 '21 11:02 aleksanderhayes