I cannot create a Lambda function. After clicking the create function button, the loading icon appears for around 10 sec then disappear. No error message display. No function is created. It's been an issue for me couple of days now.
I also inspected the network tab and found several 403 code responses with this error message
The request signature we calculated does not match the signature you provided. Check your AWS Secret Access Key and signing method. Consult the service documentation for details.
I've tried these without success
- Use different browsers eg. Edge, Chrome, Firefox
- Try on another machine
- Sync my machine time
Info
- The AWS account is root account
- No issue on personal health dashboard
- Creating a function using cli works
- I just notice that I also can't create a new layer, layer version.
- Editing source code of existing functions via console editor does not work as well. When clicking deploy button, a strange error message "[object Object]" appear, and also get the 403 signature not match in the network tab.