我是第一次使用AWS用戶,我正在使用Lambda。繼http://docs.aws.amazon.com/lambda/latest/dg/getting-started.html官方的「入門指南」後,我被困在第1步的最終命令上,以驗證我可以達到Lambda: aws lambda list-functions --profile admin
(我的用戶名是admin,而不是adminuser)。AWS lambda list-functions命令返回(InvalidSignatureException)錯誤
下面是管理我的配置文件:
[profile admin]
output = json
region = us-west-2
這裏是我不斷收到錯誤:
An error occurred (InvalidSignatureException) when calling the ListFunctions operation: Signature not yet current: 20170305T010814Z is still later than 20170304T231204Z (20170304T230704Z + 5 min.)
我沒有運行任何EC2實例或任何東西,爲指導還沒有在那方面還沒有提到任何東西,但我覺得我在這裏錯過了一些基本的東西。
謝謝你指出。我知道這是類似的,但我認爲這是一個服務器時間問題,而不是我本地機器的時間。簡單的愚蠢的錯誤,但謝謝。 – jmcgui05