-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 5ffecac
Showing
12 changed files
with
8,492 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
#amplify-do-not-edit-begin | ||
amplify/\#current-cloud-backend | ||
amplify/.config/local-* | ||
amplify/logs | ||
amplify/mock-data | ||
amplify/backend/amplify-meta.json | ||
amplify/backend/awscloudformation | ||
amplify/backend/.temp | ||
build/ | ||
dist/ | ||
node_modules/ | ||
aws-exports.js | ||
awsconfiguration.json | ||
amplifyconfiguration.json | ||
amplifyconfiguration.dart | ||
amplify-build-config.json | ||
amplify-gradle-config.json | ||
amplifytools.xcconfig | ||
.secret-* | ||
#amplify-do-not-edit-end |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"projectName": "amplifyjsapp", | ||
"version": "3.1", | ||
"frontend": "javascript", | ||
"javascript": { | ||
"framework": "none", | ||
"config": { | ||
"SourceDir": "src", | ||
"DistributionDir": "dist", | ||
"BuildCommand": "npm run-script build", | ||
"StartCommand": "npm run-script start" | ||
} | ||
}, | ||
"providers": [ | ||
"awscloudformation" | ||
] | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Getting Started with Amplify CLI | ||
This directory was generated by [Amplify CLI](https://docs.amplify.aws/cli). | ||
|
||
Helpful resources: | ||
- Amplify documentation: https://docs.amplify.aws | ||
- Amplify CLI documentation: https://docs.amplify.aws/cli | ||
- More details on this folder & generated files: https://docs.amplify.aws/cli/reference/files | ||
- Join Amplify's community: https://amplify.aws/community/ |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
[ | ||
{ | ||
"Key": "user:Stack", | ||
"Value": "{project-env}" | ||
}, | ||
{ | ||
"Key": "user:Application", | ||
"Value": "{project-name}" | ||
} | ||
] |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
{ | ||
"features": { | ||
"graphqltransformer": { | ||
"addmissingownerfields": true, | ||
"improvepluralization": true, | ||
"validatetypenamereservedwords": true, | ||
"useexperimentalpipelinedtransformer": false, | ||
"enableiterativegsiupdates": true, | ||
"secondarykeyasgsi": true, | ||
"skipoverridemutationinputtypes": true | ||
}, | ||
"frontend-ios": { | ||
"enablexcodeintegration": true | ||
}, | ||
"auth": { | ||
"enablecaseinsensitivity": true, | ||
"useinclusiveterminology": true, | ||
"breakcirculardependency": true | ||
}, | ||
"codegen": { | ||
"useappsyncmodelgenplugin": true, | ||
"usedocsgeneratorplugin": true, | ||
"usetypesgeneratorplugin": true, | ||
"cleangeneratedmodelsdirectory": true, | ||
"retaincasestyle": true, | ||
"addtimestampfields": true, | ||
"handlelistnullabilitytransparently": true, | ||
"emitauthprovider": true, | ||
"generateindexrules": true, | ||
"enabledartnullsafety": true | ||
}, | ||
"appsync": { | ||
"generategraphqlpermissions": true | ||
} | ||
} | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"dev": { | ||
"awscloudformation": { | ||
"AuthRoleName": "amplify-amplifyjsapp-dev-03942-authRole", | ||
"UnauthRoleArn": "arn:aws:iam::858434171964:role/amplify-amplifyjsapp-dev-03942-unauthRole", | ||
"AuthRoleArn": "arn:aws:iam::858434171964:role/amplify-amplifyjsapp-dev-03942-authRole", | ||
"Region": "us-east-2", | ||
"DeploymentBucketName": "amplify-amplifyjsapp-dev-03942-deployment", | ||
"UnauthRoleName": "amplify-amplifyjsapp-dev-03942-unauthRole", | ||
"StackName": "amplify-amplifyjsapp-dev-03942", | ||
"StackId": "arn:aws:cloudformation:us-east-2:858434171964:stack/amplify-amplifyjsapp-dev-03942/68aa1a30-0181-11ec-8e12-06276d11d962", | ||
"AmplifyAppId": "d4sm0ona9jhjs" | ||
} | ||
} | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<title>Amplify Framework</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<style> | ||
html, body { font-family: "Amazon Ember", "Helvetica", "sans-serif"; margin: 0; } | ||
a { color: #ff9900; } | ||
h1 { font-weight: 300; } | ||
hr { height: 1px; background: lightgray; border: none; } | ||
.app { width: 100%; } | ||
.app-header { color: white; text-align: center; background: linear-gradient(30deg, #f90 55%, #ffc300); width: 100%; margin: 0 0 1em 0; padding: 3em 0 3em 0; box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3); } | ||
.app-logo { width: 126px; margin: 0 auto; } | ||
.app-body { width: 400px; margin: 0 auto; text-align: center; } | ||
.app-body button { background-color: #ff9900; font-size: 14px; color: white; text-transform: uppercase; padding: 1em; border: none; } | ||
.app-body button:hover { opacity: 0.8; } | ||
</style> | ||
</head> | ||
|
||
<body> | ||
<div class="app"> | ||
<div class="app-header"> | ||
<div class="app-logo"> | ||
<img | ||
src="https://aws-amplify.github.io/images/Logos/Amplify-Logo-White.svg" | ||
alt="AWS Amplify" | ||
/> | ||
</div> | ||
<h1>Welcome to the Amplify Framework</h1> | ||
</div> | ||
<div class="app-body"> | ||
<h1>Mutation Results</h1> | ||
<button id="MutationEventButton">Add data</button> | ||
<div id="MutationResult"></div> | ||
<hr /> | ||
|
||
<h1>Query Results</h1> | ||
<div id="QueryResult"></div> | ||
<hr /> | ||
|
||
<h1>Subscription Results</h1> | ||
<div id="SubscriptionResult"></div> | ||
</div> | ||
</div> | ||
<script src="main.bundle.js"></script> | ||
</body> | ||
</html> |
Oops, something went wrong.