We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4242947 commit bbd407aCopy full SHA for bbd407a
services/kinesis/src/it/java/software/amazon/awssdk/services/kinesis/SubscribeToShardIntegrationTest.java
@@ -47,9 +47,7 @@ public class SubscribeToShardIntegrationTest {
47
@Before
48
public void setup() throws InterruptedException {
49
client = KinesisAsyncClient.builder()
50
- // TODO credentials and region (whitelisting)
51
- .credentialsProvider(ProfileCredentialsProvider.create("justin-kinesis"))
52
- .region(Region.US_EAST_2)
+ .region(Region.EU_CENTRAL_1)
53
.build();
54
client.createStream(r -> r.streamName(STREAM_NAME)
55
.shardCount(4)).join();
0 commit comments