Skip to content

Commit 061a100

Browse files
committed
Adding AWS AppSync based on customer request.
1 parent c79f973 commit 061a100

File tree

7 files changed

+1787
-0
lines changed

7 files changed

+1787
-0
lines changed

services/appsync/pom.xml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project xmlns="http://maven.apache.org/POM/4.0.0"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5+
<modelVersion>4.0.0</modelVersion>
6+
<parent>
7+
<artifactId>services</artifactId>
8+
<groupId>software.amazon.awssdk</groupId>
9+
<version>2.0.0-preview-6-SNAPSHOT</version>
10+
</parent>
11+
12+
<artifactId>appsync</artifactId>
13+
<name>AWS Java SDK :: Services :: AWS AppSync</name>
14+
<description>The AWS Java SDK for Amazon AppSync module holds the client classes that are used for communicating
15+
with Amazon AppSync.
16+
</description>
17+
18+
</project>
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"serviceInterfaceName": "AWSAppSync",
3+
"defaultEndpoint": "appsync.us-east-1.amazonaws.com"
4+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"authPolicyActions" : {
3+
"skip" : true
4+
}
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"version": "1.0",
3+
"examples": {
4+
}
5+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"pagination": {
3+
}
4+
}

0 commit comments

Comments
 (0)