Skip to content

Commit f98f255

Browse files
Abdallah Shabansobolkjhockett
authored andcommitted
added dates to Sumerian deprecation (#5089)
* added dates to Sumerian deprecation * update error message wording * updated wording * updated wording * updated and removed linting * reverted linting * removed Sumerian from the Auth overview page * Update src/fragments/lib/xr/sceneapi.mdx Co-authored-by: John Hockett <[email protected]> * Update src/fragments/lib/xr/getting-started.mdx Co-authored-by: John Hockett <[email protected]> --------- Co-authored-by: Kamil Sobol <[email protected]> Co-authored-by: John Hockett <[email protected]>
1 parent 388ab8f commit f98f255

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

src/fragments/lib/auth/common/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Authorization is often done in one of two ways:
1515
1. Clients pass the tokens to the backend that perform custom logic to allow or deny actions
1616
1. Clients sign the requests and the backend validates the signature, allowing or denying actions depending on predefined policy. The predefined rules are known as [IAM](https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies.html) policies and automatically configured by the Amplify CLI.
1717

18-
The first mode is a common authorization method for REST or GraphQL APIs, while the second mode is necessary for interfacing with AWS services such as S3, Pinpoint, Sumerian, and others.
18+
The first mode is a common authorization method for REST or GraphQL APIs, while the second mode is necessary for interfacing with AWS services such as S3, Pinpoint, and others.
1919

2020
## Sign-up and sign-in
2121

src/fragments/lib/xr/getting-started.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<Callout warning>
22

3-
The XR category is on a deprecation path. Please see [https://github.com/aws-samples/aws-tools-for-babylonjs-editor](https://github.com/aws-samples/aws-tools-for-babylonjs-editor) for examples
4-
on using AWS services with Babylon.js
3+
Your Sumerian scenes will no longer be available as of 2/21/2023. Consequently, the XR category will be unavailable. You can use Babylon.js, an open source 3D engine to author scenes in the future. Please see [Babylon.js sample](https://github.com/aws-samples/aws-tools-for-babylonjs-editor) for examples on using Babylon.js and publishing your scenes with Amplify Hosting.
54

65
</Callout>
76

src/fragments/lib/xr/sceneapi.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<Callout warning>
22

3-
The XR category is on a deprecation path. Please see [https://github.com/aws-samples/aws-tools-for-babylonjs-editor](https://github.com/aws-samples/aws-tools-for-babylonjs-editor) for examples
4-
on using AWS services with Babylon.js
3+
Your Sumerian scenes will no longer be available as of 2/21/2023. Consequently, the XR category will be unavailable. You can use Babylon.js, an open source 3D engine to author scenes in the future. Please see [Babylon.js sample](https://github.com/aws-samples/aws-tools-for-babylonjs-editor) for examples on using Babylon.js and publishing your scenes with Amplify Hosting.
54

65
</Callout>
76

0 commit comments

Comments
 (0)