Skip to content

Instantly share code, notes, and snippets.

@ng-the-engineer
Created July 26, 2020 17:48
Show Gist options
  • Save ng-the-engineer/e89b16e83c216b09d35d762b12878d31 to your computer and use it in GitHub Desktop.
Save ng-the-engineer/e89b16e83c216b09d35d762b12878d31 to your computer and use it in GitHub Desktop.
Setup AWS credential for local DynamoDB

Local AWS credential

  1. Run
> aws configure
  1. In the prompt, you may enter arbitrary values for Access Key ID and Secret Access Key. Use 'local' for region name
AWS Access Key ID [None]: whatever_id
AWS Secret Access Key [None]: whatever_key
Default region name [None]: local
Default output format [None]: json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment