aws / aws-cdk

The AWS Cloud Development Kit is a framework for defining cloud infrastructure in code
https://aws.amazon.com/cdk
Apache License 2.0
11.33k stars 3.76k forks source link

(appsync): add syncConfig to Resolver and AppsyncFunction #30295

Open mazyu36 opened 1 month ago

mazyu36 commented 1 month ago

Describe the feature

Add sync config property to Resolver and AppsyncFunction. This property can be used in L1 Construct.

https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_appsync.CfnResolver.html#syncconfig https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_appsync.CfnFunctionConfiguration.html#syncconfig

Use Case

To set a Sync configuration for a resolver.

Proposed Solution

Add missing property to the L2 constructs.

Other Information

No response

Acknowledgements

CDK version used

2.141.0

Environment details (OS name and version, etc.)

MacOS

ashishdhingra commented 1 month ago

Looks like a valid feature request.