We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3da72d commit 32b9cdeCopy full SHA for 32b9cde
packages/aws-cdk-lib/aws-sns/README.md
@@ -121,7 +121,7 @@ declare const fn: lambda.Function;
121
122
// Lambda should receive only message matching the following conditions on message body:
123
// color: 'red' or 'orange'
124
-// store: attribute must not be present
+// store: property must not be present
125
myTopic.addSubscription(new subscriptions.LambdaSubscription(fn, {
126
filterPolicyWithMessageBody: {
127
background: sns.FilterOrPolicy.policy({
0 commit comments