public static List <AwsCustomResource> GeneratePutData(this Construct scope, Table table, string tableName, params Dictionary <string, object>[] data) => scope.GeneratePutData(table, tableName, 25, data);