Skip to content

Commit 14fa190

Browse files
authored
chore(appsync): link to the SourceApiAssociationMergeOperation construct 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*
1 parent 7d8caf9 commit 14fa190

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/aws-cdk-lib/aws-appsync/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -428,6 +428,11 @@ new appsync.SourceApiAssociation(this, 'SourceApiAssociation2', {
428428
});
429429
```
430430

431+
## Merge Source API Update Within CDK Deployment
432+
433+
The SourceApiAssociationMergeOperation construct available in the [awscdk-appsync-utils](https://github.com/cdklabs/awscdk-appsync-utils) package provides the ability to merge a source API to a Merged API via a custom
434+
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.
435+
431436
## Custom Domain Names
432437

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

0 commit comments

Comments
 (0)