Commit 98971a4
committed
Fix syntax for cloudtrail_org s3 and lambda lists
cloudtrail-org fails with:
```
This Custom::LambdaCustomResource resource is in a CREATE_FAILED state.
Received
response status [FAILED] from custom resource. Message returned: An
error occurred (InvalidEventSelectorsException) when calling the
PutEventSelectors operation: Value arn:aws:s3:::* for
DataResources.Values is invalid.
```
and:
```
Received
response status [FAILED] from custom resource. Message returned: An
error occurred (InvalidEventSelectorsException) when calling the
PutEventSelectors operation: Value arn:aws:lambda:* for
DataResources.Values is invalid.
```
Fixing this by correcting the syntax.1 parent f3c57b7 commit 98971a4
File tree
1 file changed
+2
-2
lines changed- aws_sra_examples/solutions/cloudtrail/cloudtrail_org/lambda/src
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
147 | | - | |
| 147 | + | |
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
154 | | - | |
| 154 | + | |
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
| |||
0 commit comments