Amplify zip file retrieve

0

Dear Experts,

I have deployed an Amplify app by uploading .zip file from local computer. However, the computer was stolen... I would like to know if there is a way to still get these .zip file from Amplify?

  • Do you have Version control system where is your source code ?

  • No really, It is quite simple 1st try file and I can probably go to the url and download all html files and ccs files in web browser. I am just wondering if there is a way in Amplify to get it back? Because I can only see that the app can be deleted in Amplify.

asked a year ago117 views
1 Answer
4

Regrettably, AWS Amplify does not preserve the original .zip file uploaded during deployment. Upon deployment, Amplify extracts and processes the contents of the .zip file, storing them in an S3 bucket or other associated backend resources. However, the original .zip file is not retained and, therefore, cannot be retrieved. You may try to retrieve from the S3 Bucket.

EXPERT
answered a month ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions