Deployment to Lambda: Missing credentials in config


#1

Hello,

When I enter the command: jovo deploy --stage dev --target lambda

At the part Deploying Alexa Skill (stage: dev) / Uploading to lambda
I have the message error “Missing credentials in config”


#2

Hello, does your app works fine locally? Try to delete the folder dist and run tsc command and make sure the credentials are moved in dist if you are using typescript


#3

Hello,

When I upload the .zip it’s functionnal, just with this command no, I think miss configuration but I don’t known what.

You know what it could be?


#4

You need to set up AWS credentials.

Explained here:


#5

Thank you problem fixed !


closed #6