-
Notifications
You must be signed in to change notification settings - Fork 90
Closed
Description
I'm encountering an error when trying to setup serverless and localstack in my local machine.
$ serverless deploy
Deploying "serverless-localstack" to stage "local" (us-east-1)
Using serverless-localstack
Using serverless-localstack
serverless-localstack: Reconfigured endpoints
serverless-localstack: Reconfigured endpoints
✖ AWS credentials appear to be invalid. Run "serverless" to set up AWS credentials, or learn more in our docs: http://slss.io/aws-creds-setup. Original error from AWS: "The security token included in the request is invalid."
Here is the minimum amount of code to reproduce the error.
https://github.com/jgespinosa10/serverless-localstack
I'm using:
- localstack 3.5.0
- serverless 4.1.16
- node 20.12.2
- npm 10.5.0
Running on a MacBook Pro Intel Core i7 with macOs Sonoma v14.5
Reactions are currently unavailable