After amplify init

This commit is contained in:
2020-05-24 15:08:47 -05:00
parent a423865c44
commit e6f84b89ac
4 changed files with 49 additions and 0 deletions

16
.gitignore vendored
View File

@@ -21,3 +21,19 @@
npm-debug.log* npm-debug.log*
yarn-debug.log* yarn-debug.log*
yarn-error.log* yarn-error.log*
#amplify
amplify/\#current-cloud-backend
amplify/.config/local-*
amplify/mock-data
amplify/backend/amplify-meta.json
amplify/backend/awscloudformation
build/
dist/
node_modules/
aws-exports.js
awsconfiguration.json
amplifyconfiguration.json
amplify-build-config.json
amplify-gradle-config.json
amplifyxc.config

View File

@@ -0,0 +1,17 @@
{
"projectName": "lunchrun",
"version": "3.0",
"frontend": "javascript",
"javascript": {
"framework": "react",
"config": {
"SourceDir": "src",
"DistributionDir": "build",
"BuildCommand": "npm.cmd run-script build",
"StartCommand": "npm.cmd run-script start"
}
},
"providers": [
"awscloudformation"
]
}

View File

@@ -0,0 +1 @@
{}

View File

@@ -0,0 +1,15 @@
{
"dev": {
"awscloudformation": {
"AuthRoleName": "amplify-lunchrun-dev-150502-authRole",
"UnauthRoleArn": "arn:aws:iam::358068280668:role/amplify-lunchrun-dev-150502-unauthRole",
"AuthRoleArn": "arn:aws:iam::358068280668:role/amplify-lunchrun-dev-150502-authRole",
"Region": "us-east-1",
"DeploymentBucketName": "amplify-lunchrun-dev-150502-deployment",
"UnauthRoleName": "amplify-lunchrun-dev-150502-unauthRole",
"StackName": "amplify-lunchrun-dev-150502",
"StackId": "arn:aws:cloudformation:us-east-1:358068280668:stack/amplify-lunchrun-dev-150502/ddc76030-9df9-11ea-be2d-0a726edfb5e3",
"AmplifyAppId": "d69tbu39wvryc"
}
}
}