Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deployment issue with "lambda deploy" #111

Open
nicolasbmi opened this issue May 6, 2018 · 2 comments
Open

Deployment issue with "lambda deploy" #111

nicolasbmi opened this issue May 6, 2018 · 2 comments

Comments

@nicolasbmi
Copy link

Hi, i was trying to "lambda deploy" when this error occured after :

Starting new HTTPS connection (1): lambda.us-east-1.amazonaws.com
Creating your new Lambda function
Starting new HTTPS connection (1): sts.amazonaws.com
Creating lambda function with name: my_lambda_function
Starting new HTTPS connection (1): lambda.us-east-1.amazonaws.com

botocore.exceptions.ClientError: An error occurred (InvalidSignatureException) when calling the CreateFunction operation: Signature expired: 20180506T081010Z is now earlier than 20180506T081523Z (20180506T082023Z - 5 min.)

@stevenviola
Copy link

Is your system clock time correct? You might need to sync it up with ntp or similar method depending on your OS. The error indicates that the the system time is several minutes different from the AWS servers.

@owen9825
Copy link

owen9825 commented Aug 9, 2019

I had the same phenomenon too. It seems that the build process was just a bit too long on one occasion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants