aws-d 0.0.1

AWS client library for D (DynamoDB, S3) using AWS CLI


To use this package, run the following command in your project's root directory:

Manual usage
Put the following dependency into your project's dependences section:

aws-d

AWS client library for D: DynamoDB and S3, using the AWS CLI. Uses instance profile on EC2 or AWS_PROFILE / default credentials locally.

Usage

Add to your dub.json:

"dependencies": {
    "aws-d": {"path": "../aws-d"}
}

Then:

import aws.dynamodb;  // getDynamoDBConfig, dynamoDBScan, dynamoDBGetItem, dynamoDBPutItem, ...
import aws.s3;       // getS3Config, s3Download, s3ListObjects, S3ObjectInfo, ...
// or
import aws;

Environment

  • DynamoDB: AWS_REGION, DYNAMODB_TABLE_WORKSPACES, DYNAMODB_TABLE_ANALYSES, DYNAMODB_TABLE_DATASETS
  • S3: S3_BUCKET, AWS_REGION

Requires the AWS CLI installed and configured.

Authors:
  • brian
Dependencies:
none
Versions:
0.0.1 2026-Mar-04
~main 2026-Mar-04
Show all 2 versions
Download Stats:
  • 1 downloads today

  • 4 downloads this week

  • 20 downloads this month

  • 20 downloads total

Score:
0.3
Short URL:
aws-d.dub.pm