Skip to content
Snippets Groups Projects
Commit 9d954867 authored by Irina Kuzmanovic's avatar Irina Kuzmanovic
Browse files

deleted amplify backup

parent e61d1dea
Branches
No related merge requests found
{
"dev": {
"configLevel": "project",
"useProfile": true,
"profileName": "Amplify-config"
}
}
\ No newline at end of file
{
"projectPath": "C:\\Users\\Irina.Kuzmanovic\\Desktop\\Projects\\contacts-app\\frontend",
"defaultEditor": "vscode",
"envName": "dev"
}
\ No newline at end of file
{
"providers": [
"awscloudformation"
],
"projectName": "NewContactApp",
"version": "3.1",
"frontend": "javascript",
"javascript": {
"framework": "react",
"config": {
"SourceDir": "src",
"DistributionDir": "build",
"BuildCommand": "npm.cmd run-script build",
"StartCommand": "npm.cmd run-script start"
}
}
}
\ No newline at end of file
# 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/
{
"features": {
"graphqltransformer": {
"addmissingownerfields": true,
"improvepluralization": false,
"validatetypenamereservedwords": true,
"useexperimentalpipelinedtransformer": true,
"enableiterativegsiupdates": true,
"secondarykeyasgsi": true,
"skipoverridemutationinputtypes": true,
"transformerversion": 2,
"suppressschemamigrationprompt": true,
"securityenhancementnotification": false,
"showfieldauthnotification": false,
"usesubusernamefordefaultidentityclaim": true,
"usefieldnameforprimarykeyconnectionfield": false,
"enableautoindexquerynames": true,
"respectprimarykeyattributesonconnectionfield": true,
"shoulddeepmergedirectiveconfigdefaults": false,
"populateownerfieldforstaticgroupauth": true
},
"frontend-ios": {
"enablexcodeintegration": true
},
"auth": {
"enablecaseinsensitivity": true,
"useinclusiveterminology": true,
"breakcirculardependency": true,
"forcealiasattributes": false,
"useenabledmfas": true
},
"codegen": {
"useappsyncmodelgenplugin": true,
"usedocsgeneratorplugin": true,
"usetypesgeneratorplugin": true,
"cleangeneratedmodelsdirectory": true,
"retaincasestyle": true,
"addtimestampfields": true,
"handlelistnullabilitytransparently": true,
"emitauthprovider": true,
"generateindexrules": true,
"enabledartnullsafety": true,
"generatemodelsforlazyloadandcustomselectionset": false
},
"appsync": {
"generategraphqlpermissions": true
},
"latestregionsupport": {
"pinpoint": 1,
"translate": 1,
"transcribe": 1,
"rekognition": 1,
"textract": 1,
"comprehend": 1
},
"project": {
"overrides": true
}
},
"debug": {
"shareProjectConfig": false
}
}
\ No newline at end of file
# Command Hooks
Command hooks can be used to run custom scripts upon Amplify CLI lifecycle events like pre-push, post-add-function, etc.
To get started, add your script files based on the expected naming convention in this directory.
Learn more about the script file naming convention, hook parameters, third party dependencies, and advanced configurations at https://docs.amplify.aws/cli/usage/command-hooks
{
"dev": {
"awscloudformation": {
"AuthRoleName": "amplify-newcontactapp-dev-124755-authRole",
"UnauthRoleArn": "arn:aws:iam::590523109771:role/amplify-newcontactapp-dev-124755-unauthRole",
"AuthRoleArn": "arn:aws:iam::590523109771:role/amplify-newcontactapp-dev-124755-authRole",
"Region": "us-east-1",
"DeploymentBucketName": "amplify-newcontactapp-dev-124755-deployment",
"UnauthRoleName": "amplify-newcontactapp-dev-124755-unauthRole",
"StackName": "amplify-newcontactapp-dev-124755",
"StackId": "arn:aws:cloudformation:us-east-1:590523109771:stack/amplify-newcontactapp-dev-124755/249ce9e0-9364-11ee-a82f-12d3827feafb",
"AmplifyAppId": "d35n85wygbph4x",
"APIGatewayAuthURL": "https://s3.amazonaws.com/amplify-newcontactapp-dev-124755-deployment/amplify-cfn-templates/api/APIGatewayAuthStack.json"
},
"categories": {
"auth": {
"newcontactapp4b4e5f44": {}
},
"storage": {
"newContactsDB": {},
"LabelsDB": {},
"ContactImages": {}
},
"function": {
"contactFunction": {
"deploymentBucketName": "amplify-newcontactapp-dev-124755-deployment",
"s3Key": "amplify-builds/contactFunction-624d514272477143334e-build.zip"
},
"labelFunction": {
"deploymentBucketName": "amplify-newcontactapp-dev-124755-deployment",
"s3Key": "amplify-builds/labelFunction-6d64747858394c686643-build.zip"
}
},
"api": {
"contactAPI": {}
}
}
}
}
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment