Peter Woodworth
Peter Woodworth
Hey @rgibbard, Can you share exactly what are you passing into `filter_policy`? thanks
I'll create a simple example here for what you need to input: ```py policy1 = sns.SubscriptionFilter() policy2 = sns.SubscriptionFilter() topic.add_subscription(subs.LambdaSubscription(fn, filter_policy={ "policy1": policy1, "policy2": policy2 } )) ```` `S3EventBusFilterPolicy()` should...
> I want to pass an object that implements typing.Mapping containing Dict[str, SubscriptionFilter] I'm not sure why you would want to do that here. Is there a reason you want...
@RomainMuller your take here would be much appreciated
Thanks for reporting this @ikirkpat, I'm going to transfer this to the jsii repository since this seems related to jsii 🙂
Another issue [here](https://docs.aws.amazon.com/cdk/api/latest/python/aws_cdk.aws_kinesisanalytics_flink/README.html#creating-flink-applications) in the docs Specifically, `FlinkApplicationProperties` doesn't work the way the documentation describes here ```py property_groups=PropertyGroups( FlinkApplicationProperties={ "input_stream_name": "my-input-kinesis-stream", "output_stream_name": "my-output-kinesis-stream" } ) ``` Mimic this example and...
If you have any ideas on how to implement this, we'd be happy to review a PR! Else, we may not be able to implement this for a while
this is implemented and live on the website
We should absolutely document this, if no one creates a PR for this i'll try to get to it soon
Couple things about this issue: OP: I notice you haven't set the permissions in your workflow. make sure you have your permissions set. You need to have `id-token` set to...