Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

I have been getting "Failed to write to 'index.js'. Please try again." whenever I try to update my lambda function code. why am I facing this issue?

I have been getting "Failed to write to 'index.js'. Please try again." whenever I try to update my lambda function code. I tried recreating the function again but to no avail, why am I facing this issue with aws. I am getting the same error for both EU Ireland and US N.Virginia. I am simply not able to create my lambda function from the aws console. It has happened for the first time. I was using it in the morning, all was right. Then in noon strangely it started behaving like it. I cannot make a new function.

enter image description here

like image 402
thedreamsaver Avatar asked Dec 20 '17 03:12

thedreamsaver


2 Answers

This rather seems like some temporary bug or problem in Chrome and viewing the page in other browsers like Firefox, Opera etc. will allow you to save the lambda function.

like image 188
thedreamsaver Avatar answered Nov 15 '22 03:11

thedreamsaver


Even, I had the same the same error occurring in Chrome Browser. When opened the same page in Incognito Mode, it was working.

So, I switched back to my original chrome tab and then cleared cache. After that, I did not get the error. Hope this will solve any such problem in the future.

like image 21
SVB-knowmywork Avatar answered Nov 15 '22 05:11

SVB-knowmywork