sparse-intern-71089
04/23/2023, 11:41 PMsalmon-musician-36333
04/24/2023, 12:03 AMaws:ec2:SecurityGroup (...):
error: deleting urn:pulumi:...::...::eks:index:Cluster$aws:ec2/securityGroup:SecurityGroup::...: 1 error occurred:
* deleting Security Group (...): DependencyViolation: resource ... has a dependent object
status code: 400, request id: ...
salmon-musician-36333
04/24/2023, 12:55 AMpulumi refresh
to see if that would reconcile any issues, but the result remains the same.salmon-musician-36333
04/24/2023, 1:12 AMconst userUploadsNotification = new aws.s3.BucketNotification(`uncle-user-uploads-notification`, {
bucket: userUploadsBucket.id,
queues: [
{
queueArn: userUploadsQueue.arn,
events: [
's3:ObjectCreated:*',
],
},
],
});
Other than not using filterSuffix this is taken directly from the docs: https://www.pulumi.com/registry/packages/aws/api-docs/s3/bucketnotification/