<bdo id='eyi2d'></bdo><ul id='eyi2d'></ul>

    <i id='eyi2d'><tr id='eyi2d'><dt id='eyi2d'><q id='eyi2d'><span id='eyi2d'><b id='eyi2d'><form id='eyi2d'><ins id='eyi2d'></ins><ul id='eyi2d'></ul><sub id='eyi2d'></sub></form><legend id='eyi2d'></legend><bdo id='eyi2d'><pre id='eyi2d'><center id='eyi2d'></center></pre></bdo></b><th id='eyi2d'></th></span></q></dt></tr></i><div id='eyi2d'><tfoot id='eyi2d'></tfoot><dl id='eyi2d'><fieldset id='eyi2d'></fieldset></dl></div>
  • <small id='eyi2d'></small><noframes id='eyi2d'>

  • <legend id='eyi2d'><style id='eyi2d'><dir id='eyi2d'><q id='eyi2d'></q></dir></style></legend>
      <tfoot id='eyi2d'></tfoot>

        带有 DynamoDB 的 NodeJS 抛出错误“AttributeValue 可能

        时间:2023-09-03

        <small id='O32Wc'></small><noframes id='O32Wc'>

            <tbody id='O32Wc'></tbody>
          <legend id='O32Wc'><style id='O32Wc'><dir id='O32Wc'><q id='O32Wc'></q></dir></style></legend>

            <tfoot id='O32Wc'></tfoot>

                <i id='O32Wc'><tr id='O32Wc'><dt id='O32Wc'><q id='O32Wc'><span id='O32Wc'><b id='O32Wc'><form id='O32Wc'><ins id='O32Wc'></ins><ul id='O32Wc'></ul><sub id='O32Wc'></sub></form><legend id='O32Wc'></legend><bdo id='O32Wc'><pre id='O32Wc'><center id='O32Wc'></center></pre></bdo></b><th id='O32Wc'></th></span></q></dt></tr></i><div id='O32Wc'><tfoot id='O32Wc'></tfoot><dl id='O32Wc'><fieldset id='O32Wc'></fieldset></dl></div>
                  <bdo id='O32Wc'></bdo><ul id='O32Wc'></ul>
                • 本文介绍了带有 DynamoDB 的 NodeJS 抛出错误“AttributeValue 可能不包含空字符串"的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  我对 DynamoDB 不能接受空字符串作为属性值这一事实有疑问.如果有空字符串值,我总是必须在前端检查,否则 API 调用将由于 Dynamo DB 抛出的错误一个 AttributeValue 可能不包含空字符串"而失败.

                  I had a problem with the fact that DynamoDB cannot accept empty strings as value in attributes. I always had to check in the front end if there is an empty string value otherwise the API call would fail due to the error "An AttributeValue may not contain an empty string" that Dynamo DB would throw.

                  如果有一个递归函数可以删除根据 DynamoDB 无效的属性,以便 DynamoDB 中的 putItem 或更新请求起作用,我正在徘徊.

                  I was wandering if there is a recursive function that would remove the attributes that are not valid according to DynamoDB in order for the putItem or update request in DynamoDB to work.

                  推荐答案

                  关于 2017 年 1 月 3 日合并 #1283 更新了 AWS.DynamoDB.DocumentClient constructor-property 通过将标志 convertEmptyValues 放入客户端对象的选项字段来允许空值.

                  Latest update on Jan 3 2017 Merge #1283 updated the AWS.DynamoDB.DocumentClient constructor-property to allow for empty values by putting the flag convertEmptyValues into the options field of the client object.

                  例子:

                  const DynamoDB = new AWS.DynamoDB.DocumentClient( {
                      convertEmptyValues: true
                  } );
                  


                  值得注意的问题

                  • DynamoDB.DocumentClient 应该支持空字符串属性#833
                  • 尊重 DynamoDB 文档客户端 #1281 中地图和列表的 convertEmptyValues 选项
                  • 修复/doc客户端空嵌套成员#1283
                  • AWS 论坛线程 ID #90137
                  • 空属性会导致 DynamoDb boto/boto3 #1035 的 ValidationException

                  这篇关于带有 DynamoDB 的 NodeJS 抛出错误“AttributeValue 可能不包含空字符串"的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:使用哈希值数组的 AWS DynamoDB 扫描和 FilterExpress 下一篇:DynamoDB 节流

                  相关文章

                  最新文章

                  <legend id='nTglX'><style id='nTglX'><dir id='nTglX'><q id='nTglX'></q></dir></style></legend>

                    <i id='nTglX'><tr id='nTglX'><dt id='nTglX'><q id='nTglX'><span id='nTglX'><b id='nTglX'><form id='nTglX'><ins id='nTglX'></ins><ul id='nTglX'></ul><sub id='nTglX'></sub></form><legend id='nTglX'></legend><bdo id='nTglX'><pre id='nTglX'><center id='nTglX'></center></pre></bdo></b><th id='nTglX'></th></span></q></dt></tr></i><div id='nTglX'><tfoot id='nTglX'></tfoot><dl id='nTglX'><fieldset id='nTglX'></fieldset></dl></div>

                  1. <small id='nTglX'></small><noframes id='nTglX'>

                    • <bdo id='nTglX'></bdo><ul id='nTglX'></ul>

                    <tfoot id='nTglX'></tfoot>