Merge pull request #2885 from pvbouwel/ddb_full_parsing

DDB structured parsing
This commit is contained in:
Bert Blommers 2020-04-21 07:41:20 +01:00 committed by GitHub
commit 6de239d6e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
19 changed files with 4072 additions and 54 deletions

View file

@ -101,4 +101,5 @@ setup(
project_urls={
"Documentation": "http://docs.getmoto.org/en/latest/",
},
data_files=[('', ['moto/dynamodb2/parsing/reserved_keywords.txt'])],
)