1

Yesterday I started developing a serverless application in AWS including python lambdas. After testing my code I wasn't able to save it.

Normally after pressing "Save" the button changes the color to white/grey, but it stays orange. In the Top it says "network error":

After trying to save the lambda script

After quitting the function I cannot even save/create/change any python script.

after trying to create an lambda

It looks like its just an problem with my AWS account, since my business account is working properly

Any ideas?

Daniele Santi
  • 2,529
  • 1
  • 25
  • 22
Jonas
  • 13
  • 1
  • 4

3 Answers3

1

I hit this error today, and it seems unlikely the glitch wouldn't have been resolved one week later if AWS knew about it.

This was encountered using Brave, which apparently Amazon doesn't support since I then switched to a Chromium incognito session and it worked for me there. If you're already using a mainstream browser like Chrome/Chromium or Firefox, check you don't have any extensions that may be interfering.

I'm guessing you opened your Enterprise account in a different browser to the AWS account where you are encountering the problem.

boltronics
  • 26
  • 2
  • Hey, i tried disabling all my Extensions and you are right. After removing some extensions and clearing the Brwoser settings etc. It works. Thank you!!! :) – Jonas Dec 19 '18 at 07:23
0

I have solved that problem with solution from boltronics, whic turn off all extension or widget on your browser first before create a lambda function

0

Try again, it’s 99.9% likely it was just a temporary network glitch. Maybe Ctrl+F5 to force a complete page reload.

MLu
  • 24,849
  • 5
  • 59
  • 86
  • I already tried that. Also trief restarting computer. Relogging and so on did not worked – Jonas Dec 12 '18 at 11:10