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 b07a6f4 commit 1e7c912Copy full SHA for 1e7c912
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