Created
March 8, 2018 08:33
-
-
Save brachi-wernick/4e3a11bdac72c1cf490668c32edbaa0d to your computer and use it in GitHub Desktop.
aws-java-sdk-lambda-deps.xml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<dependency> | |
<artifactId>aws-java-sdk-api-gateway</artifactId> | |
<groupId>com.amazonaws</groupId> | |
</dependency> | |
<dependency> | |
<groupId>com.amazonaws</groupId> | |
<artifactId>aws-java-sdk</artifactId> | |
</dependency> | |
<dependency> | |
<groupId>com.amazonaws</groupId> | |
<artifactId>aws-java-sdk-lambda</artifactId> | |
</dependency> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment