Skip to content

Commit

Permalink
add staging env -- note, prod got removed from nested-cloudformation-…
Browse files Browse the repository at this point in the history
…stack.yml, might have to put back
  • Loading branch information
stuartsan committed Jan 22, 2019
1 parent 46416bb commit 03e8c8d
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -149,7 +149,7 @@
"Arn"
]
},
"env": "prod"
"env": "staging"
}
}
}
Expand Down
17 changes: 17 additions & 0 deletions amplify/team-provider-info.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {}
}
}
}
}

0 comments on commit 03e8c8d

Please sign in to comment.