Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
:Build: |build|_ |coverage|_ :Downloads: http://pypi.python.org/pypi/dynamo3 :Source: https://github.com/stevearc/dynamo3
.. |build| image:: https://travis-ci.org/stevearc/dynamo3.png?branch=master .. _build: https://travis-ci.org/stevearc/dynamo3 .. |coverage| image:: https://coveralls.io/repos/stevearc/dynamo3/badge.png?branch=master .. _coverage: https://coveralls.io/r/stevearc/dynamo3?branch=master
Dynamo3 is a library for querying DynamoDB. It is designed to be higher-level than boto (it's built on top of botocore), to make simple operations easier to perform and understand.
Note that you can still access these APIs by using DynamoDBConnection.call
,
though you may prefer to go straight to boto3/botocore.
dynamo3.constants
. This is where you can now find STRING, BINARY, etcexists
flagwait
keyword for create and delete tableRateLimit
class to avoid blowing through your provisioned throughputLimit
class for more complex query limit behaviorSelect='COUNT'
will page results properlyalias
arg for ExpressionAttributeNamesprecall
, postcall
, and capacity
use_version
for switching over to the new APIs.Features thanks to DynamoDB upgrades: https://aws.amazon.com/blogs/aws/dynamodb-update-json-and-more/
connect
methodFeatures thanks to DynamoDB upgrades: http://aws.amazon.com/blogs/aws/improved-queries-and-updates-for-dynamodb/
access_key
and secret_key
to be passed to the DynamoDBConnection.connect_to_*
methodsFAQs
Python 3 compatible library for DynamoDB
We found that dynamo3 demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.