AWScala icon indicating copy to clipboard operation
AWScala copied to clipboard

Using AWS SDK on the Scala REPL

Results 74 AWScala issues
Sort by recently updated
recently updated
newest added

Updates [org.scalatest:scalatest](https://github.com/scalatest/scalatest) from 3.2.12 to 3.2.13. I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you...

Updates [org.scala-lang.modules:scala-collection-compat](https://github.com/scala/scala-collection-compat) from 2.8.0 to 2.8.1. [GitHub Release Notes](https://github.com/scala/scala-collection-compat/releases/tag/v2.8.1) - [Version Diff](https://github.com/scala/scala-collection-compat/compare/v2.8.0...v2.8.1) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...

Updates * com.amazonaws:aws-java-sdk-core * com.amazonaws:aws-java-sdk-dynamodb * com.amazonaws:aws-java-sdk-ec2 * com.amazonaws:aws-java-sdk-emr * com.amazonaws:aws-java-sdk-iam * com.amazonaws:aws-java-sdk-redshift * com.amazonaws:aws-java-sdk-s3 * com.amazonaws:aws-java-sdk-simpledb * com.amazonaws:aws-java-sdk-sqs * com.amazonaws:aws-java-sdk-stepfunctions * com.amazonaws:aws-java-sdk-sts from 1.12.267 to 1.12.272. I'll automatically update...

Hi, I would like to contribute adding [AWSGlueClient](https://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/services/glue/AWSGlueClient.html) to this project. I understand this would involve adding another module to the project.

Great job on AWScala! Would you consider adding support for [Route 53](https://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/services/route53/AmazonRoute53.html)?

Is it possible to set endpoint url as in AWS CLI to use for example Moto server instead of real S3?

I just found this project. Is there a specific support for the comprehend service? or a general way to access any service in aws?

The function to search a [queue](https://github.com/seratch/AWScala/blob/5d26b1dda276b01fec340c8e931e859478974c2b/sqs/src/main/scala/awscala/sqs/SQS.scala#L42) by name is built on top of `listQueues()` ([documentation](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/API_ListQueues.html)) that returns only the first 1000 queue in alphabetical order. If you have more than...