Skip to content
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

fix: generate OptionallyManagedCompositeIdentifier #701

Closed
wants to merge 1 commit into from

Conversation

dpilch
Copy link
Contributor

@dpilch dpilch commented Sep 14, 2023

Description of changes

Generate OptionallyManagedCompositeIdentifier when pk is id and sort key fields are used.

Release strategy needs to be developed because the OptionallyManagedCompositeIdentifier does not exist in JS library currently. The strategy may be similar to lazy loading changes.

Issue #, if available

Resolves #639

Dependent on aws-amplify/amplify-js#11707

Description of how you validated changes

Unit tests

Checklist

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@dpilch dpilch requested a review from a team as a code owner September 14, 2023 16:37
@dpilch dpilch marked this pull request as draft September 14, 2023 16:38
@dpilch dpilch force-pushed the optionally-managed-composite-id branch from 8de0aaf to 0168fbb Compare September 15, 2023 17:22
@dpilch dpilch force-pushed the optionally-managed-composite-id branch from 0168fbb to efb2c3f Compare September 15, 2023 19:16
@dpilch dpilch marked this pull request as ready for review September 15, 2023 19:16
@dpilch dpilch closed this Feb 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

When creating a type with a sort key on the id field, codegen is making id required
1 participant