aws-dynamodb
aws-dynamodb copied to clipboard
Can't define attribute of type BOOL
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]