I want to create an Event Grid which will trigger an event to storage queue if any change occurs in Storage Account.
In short, if any storage account is updated it will trigger an event and send a message in storage queue - is this possible in Azure?
There's no Event source for S3.
One way is to use AWS Lambda and send a request to Event Grid:
Post to custom topic for Azure Event Grid