A simple CDK app demonstrating AppSync Merged APIs. Specifically, this shows the resolution of the field of a type in one AppSync API resolving to a type in another AppSync API.
Both AppSync APIs use the APPSYNC_JS
runtime and None
data sources, for simplicity.
npm run build
compile typescript to jsnpm run watch
watch for changes and compilenpm run test
perform the jest unit testsnpx cdk deploy
deploy this stack to your default AWS account/regionnpx cdk diff
compare deployed stack with current statenpx cdk synth
emits the synthesized CloudFormation template