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

Support of enhanced subscription filtering #168

Open
vinodsr opened this issue Jun 8, 2022 · 2 comments
Open

Support of enhanced subscription filtering #168

vinodsr opened this issue Jun 8, 2022 · 2 comments

Comments

@vinodsr
Copy link

vinodsr commented Jun 8, 2022

Can you please provide support for enhanced filtering in subscription as per https://docs.aws.amazon.com/appsync/latest/devguide/aws-appsync-real-time-enhanced-filtering.html#aws-appsync-real-time-enhanced-filtering-defining-from-client

When i tried to implement it , getting the error

Unable to convert 
$extensions.setSubscriptionFilter($util.transform.toSubscriptionFilter($util.parseJson($ctx.args.filter)))

null to class com.amazonaws.deepdish.transform.model.lambda.LambdaVersionedConfig.
@bboure
Copy link
Member

bboure commented Jun 11, 2022

Hi,

This is handled by the amplify-appsync-simulator package (dependency of this plugin).

This plugin might need upgrading to the latest version.

Could you try with the latest version of amplify-appsync-simulator and see if that fixes the problem?

@bboure
Copy link
Member

bboure commented Jun 11, 2022

according to the changelog it does not look like it's something that has been fixed

it would not hurt upgrading though.

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

No branches or pull requests

2 participants