audienceproject / spark-dynamodb

Plug-and-play implementation of an Apache Spark custom data source for AWS DynamoDB.
Apache License 2.0
175 stars 90 forks source link

Allows giving providerclassname, used to create awsCredentialsProvider #67

Closed fogrid closed 4 years ago

fogrid commented 4 years ago

Adding an option "providerclassname", if given will create an object from this class and use it as awsCredentialsProvider.

cosmincatalin commented 4 years ago

Looks good to me.

cosmincatalin commented 4 years ago

@jacobfi