Bayer-Group / cloudformation-template-generator

A type-safe Scala DSL for generating CloudFormation templates
BSD 3-Clause "New" or "Revised" License
211 stars 71 forks source link

BillingMode PAY_PER_REQUEST validation also for GlobalSecondaryIndexes #269

Closed IvoNet closed 5 years ago

IvoNet commented 5 years ago

Extended on this PR to get the BillingMode PAY_PER_REQUEST even better supported. Implemented the check (and tests) that ProvisionedThroughput is also not allowed in the GlobalSecondaryIndexes when PAY_PER_REQUEST is enabled.