Skip to content
This repository was archived by the owner on Apr 6, 2026. It is now read-only.

Commit ed44473

Browse files
authored
feat(ec2): add EC2 service with 61 operations, integration tests, and docs (#48)
1 parent 17be5d0 commit ed44473

2 files changed

Lines changed: 615 additions & 0 deletions

File tree

sdk-test-java/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,10 @@
9494
<groupId>software.amazon.awssdk</groupId>
9595
<artifactId>iam</artifactId>
9696
</dependency>
97+
<dependency>
98+
<groupId>software.amazon.awssdk</groupId>
99+
<artifactId>ec2</artifactId>
100+
</dependency>
97101
<dependency>
98102
<groupId>software.amazon.awssdk</groupId>
99103
<artifactId>sts</artifactId>

0 commit comments

Comments
 (0)