Skip to content

infinityplusb/aws-d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

An AWS library for d

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages