DEV Community

Discussion on: How to fake AWS locally with LocalStack

Collapse
 
goodidea profile image
Joseph Thomas

Hi, thanks for pointing this out! I updated the setup with a new step:

Once the AWS CLI is installed, run aws configure to create some credentials. Even though we're talking to our "fake" local service, we still need credentials. You can enter real credentials (as described here), or dummy ones. Localstack requires that these details are present, but doesn't actually validate them.