Skip to content

Commit

Permalink
chore(appsync): link to the SourceApiAssociationMergeOperation constr…
Browse files Browse the repository at this point in the history
…uct in the AppSync utils package (#27588)

- This change just adds a link to the awscdk-appsync-utils for the custom resource to perform a manual merge during  a source api stack update.
----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
ndejaco2 authored Oct 18, 2023
1 parent 7d8caf9 commit 14fa190
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/aws-cdk-lib/aws-appsync/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,11 @@ new appsync.SourceApiAssociation(this, 'SourceApiAssociation2', {
});
```

## Merge Source API Update Within CDK Deployment

The SourceApiAssociationMergeOperation construct available in the [awscdk-appsync-utils](https:/cdklabs/awscdk-appsync-utils) package provides the ability to merge a source API to a Merged API via a custom
resource. If the merge operation fails with a conflict, the stack update will fail and rollback the changes to the source API in the stack in order to prevent merge conflicts and ensure the source API changes are always propagated to the Merged API.

## Custom Domain Names

For many use cases you may want to associate a custom domain name with your
Expand Down

0 comments on commit 14fa190

Please sign in to comment.