-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update next release main #6884
Merged
Merged
Update next release main #6884
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…edits-naming-URL
…y/docs into Gen2-edits-naming-URL
Gen2 edits for naming convention and others
Co-authored-by: Rene Brandel <4989523+renebrandel@users.noreply.github.com>
* added video to Gen2 branch * added rounded corners * added fancy shadows * updated image
* Add iOS Guide for Authentication * Finish the Android flow (without images and videos) * Add the Swift guide. * Wrap up with files. * edited the mobile support --------- Co-authored-by: salihgueler <muhammedsalihguler@gmail.com>
* inline fitlers for JS specific samples and update samples to v6 * ng getting started minimum node version * RN Gettings started * callout for RN getting started --------- Co-authored-by: israx <70438514+israx@users.noreply.github.com>
* Edit of How Amplify Gen 2 works * Edits to FAQ
…#6776) * wip - cut page for app router server components * wip - iterate on app router server component quickstart * wip - iterate on middleware for RSC quickstart * wip - add amplify utils for server configuration * wip - finalize todos section * update to conditionally redirect if user * fix fragment path * add signout button to server components example * Import AuthUser to avoid TypeScript error Co-authored-by: Scott Rees <6165315+reesscot@users.noreply.github.com> * add installation of amplify next.js adapter * Group imports into logical sections Co-authored-by: Caleb Pollman <cpollman@amazon.com> * update additional section imports in logicial groups * add custom <Authenticator> accordion * revert signout functionality from server components guide * fix typo for AuthUser import * add separate Login component and update Login page * updates per internal feedback * updates to add a login page section * Clarify that Server Page implementation does not need the Login client component Co-authored-by: Heather Pundt <119376175+heatheramz@users.noreply.github.com> * Add link for Authenticator customization Co-authored-by: Scott Rees <6165315+reesscot@users.noreply.github.com> --------- Co-authored-by: Scott Rees <6165315+reesscot@users.noreply.github.com> Co-authored-by: Caleb Pollman <cpollman@amazon.com> Co-authored-by: Heather Pundt <119376175+heatheramz@users.noreply.github.com>
* Edits to Gen 2 project structure page * Removed the aws-cdk-lib command and warning message * Updated CDK wording
* update RSC quickstart with logout functionality * make option plural per feedback * add a section to have callback urls redirect to `/login` for Social Providers.
…6849) * Inline filtering for CLI guide * updates to CDK guide * Updates to CDK guide * Updates to inline filter * Update src/pages/[platform]/build-a-backend/existing-resources/cdk/index.mdx Co-authored-by: josef <josef.aidt@gmail.com> * Update src/pages/[platform]/build-a-backend/existing-resources/cdk/index.mdx Co-authored-by: josef <josef.aidt@gmail.com> --------- Co-authored-by: josef <josef.aidt@gmail.com>
* Removes wording about needing to install the CDK * Add link to package name * Adding link to create-amplify package name
Fixed import tymp
* apply changes from feedback * simplfy and correct examples to using only Post model except in relationship section
* Clarify Amplify API Codegeneration This PR comes from current customer confusion. This below reads that Amplify supports any AppSync schema deployed through CDK. "Generate GraphQL client helper code with CDK-deployed GraphQL API" Clarification is needed that we are referring to our Amplify L3 CDK constructs. * Update index.mdx spelling * Update src/pages/[platform]/build-a-backend/graphqlapi/client-code-generation/index.mdx --------- Co-authored-by: Rene Brandel <4989523+renebrandel@users.noreply.github.com>
* feat: add details for Hub migration * fix: add signInWithRedirect as alternative to cognitoHostedUI events
Amplify.configure was using variable as 'awsconfig' instead of 'amplifyconfig'
* remove Dynamic Group Auth from native platforms * remove Dynamic Group Auth from native platforms * remove extra spacing
hbuchel
requested review from
a team,
renebrandel,
hdworld11 and
josefaidt
as code owners
February 5, 2024 18:21
timngyn
approved these changes
Feb 5, 2024
katiegoines
approved these changes
Feb 5, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of changes:
Related GitHub issue #, if available:
Instructions
If this PR should not be merged upon approval for any reason, please submit as a DRAFT
Which product(s) are affected by this PR (if applicable)?
Which platform(s) are affected by this PR (if applicable)?
Please add the product(s)/platform(s) affected to the PR title
Checks
Does this PR conform to the styleguide?
Does this PR include filetypes other than markdown or images? Please add or update unit tests accordingly.
Are any files being deleted with this PR? If so, have the needed redirects been created?
Are all links in MDX files using the MDX link syntax rather than HTML link syntax?
ref: MDX:
[link](https://docs.amplify.aws/)
HTML:
<a href="https://docs.amplify.aws/">link</a>
When this PR is ready to merge, please check the box below
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.