I did my due diligence in trying to find this answer. But sorry in advance if this is redundant (and thank you in advance for any advice/suggestions/resources):
I'm trying to create a Snapchat clone. I'm using Amplify as my client (to bring together AppSync, Cognito, and S3). Is it possible to, upon image uploads (and associated mutations), query a 24-hour delayed mutation to delete the image (for Snapchat-like disappearing)? I don't want the delete request to have to be triggered on the client... but it seems that there's a timeout for AppSync resolvers. Any ideas?
Thank you!