Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aws-d

AWS library for Immersive Data Analytics: DynamoDB and S3 access using the AWS CLI. On EC2 uses the instance profile; locally use AWS_PROFILE or default credentials.

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, s3PresignGetUrl, ...
// 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

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages