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.
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;- DynamoDB:
AWS_REGION,DYNAMODB_TABLE_WORKSPACES,DYNAMODB_TABLE_ANALYSES,DYNAMODB_TABLE_DATASETS - S3:
S3_BUCKET,AWS_REGION
Requires the AWS CLI installed and configured.