diff --git a/amplify/backend/awscloudformation/nested-cloudformation-stack.yml b/amplify/backend/awscloudformation/nested-cloudformation-stack.yml index c2acb63..d7d38db 100644 --- a/amplify/backend/awscloudformation/nested-cloudformation-stack.yml +++ b/amplify/backend/awscloudformation/nested-cloudformation-stack.yml @@ -81,17 +81,17 @@ "hostingS3AndCloudFront": { "Type": "AWS::CloudFormation::Stack", "Properties": { - "TemplateURL": "https://s3.amazonaws.com/lighthousecircleciex-20190122102221-deployment/amplify-cfn-templates/hosting/template.json", + "TemplateURL": "https://s3.amazonaws.com/lighthousecircleciex-20190122104909-deployment/amplify-cfn-templates/hosting/template.json", "Parameters": { "bucketName": "lighthousecircleciex-20190122102323-hostingbucket", - "env": "prod" + "env": "staging" } } }, "authcognitodf5ee648": { "Type": "AWS::CloudFormation::Stack", "Properties": { - "TemplateURL": "https://s3.amazonaws.com/lighthousecircleciex-20190122102221-deployment/amplify-cfn-templates/auth/cognitodf5ee648-cloudformation-template.yml", + "TemplateURL": "https://s3.amazonaws.com/lighthousecircleciex-20190122104909-deployment/amplify-cfn-templates/auth/cognitodf5ee648-cloudformation-template.yml", "Parameters": { "identityPoolName": "cognitodf5ee648_identitypool_df5ee648", "allowUnauthenticatedIdentities": false, @@ -149,7 +149,7 @@ "Arn" ] }, - "env": "prod" + "env": "staging" } } } diff --git a/amplify/team-provider-info.json b/amplify/team-provider-info.json index e12cc3b..9c87f30 100644 --- a/amplify/team-provider-info.json +++ b/amplify/team-provider-info.json @@ -15,5 +15,22 @@ "cognitodf5ee648": {} } } + }, + "staging": { + "awscloudformation": { + "AuthRoleName": "lighthousecircleciex-20190122104909-authRole", + "UnauthRoleArn": "arn:aws:iam::478498278943:role/lighthousecircleciex-20190122104909-unauthRole", + "AuthRoleArn": "arn:aws:iam::478498278943:role/lighthousecircleciex-20190122104909-authRole", + "Region": "us-west-2", + "DeploymentBucketName": "lighthousecircleciex-20190122104909-deployment", + "UnauthRoleName": "lighthousecircleciex-20190122104909-unauthRole", + "StackName": "lighthousecircleciex-20190122104909", + "StackId": "arn:aws:cloudformation:us-west-2:478498278943:stack/lighthousecircleciex-20190122104909/67055e10-1e76-11e9-ab96-02c8553b4c1a" + }, + "categories": { + "auth": { + "cognitodf5ee648": {} + } + } } } \ No newline at end of file