在没有AWS凭证的情况下在计算机上使用DynamoDB [英] Working on DynamoDB in your computer without AWS credentials

查看:81
本文介绍了在没有AWS凭证的情况下在计算机上使用DynamoDB的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在学习DynamoDB。我已经在计算机上安装了DynamoDB本地副本。是否可以在没有aws凭证的情况下在DynamoDB上执行类似create-table的操作?

I am learning DynamoDB. I had installed DynamoDB local copy in my computer. Is it possible to perform operations like create-table on DynamoDB with out having aws credentials?

推荐答案

如果您在本地使用DynamoDB,则可以不需要任何凭据,只需将任何字符串作为访问密钥和秘密密钥即可。

If you are using DynamoDB local you don't need any credentials, just put any string as Access Key and Secret Key.

您只需确保所有代码都侦听本地端口,默认情况下它将侦听8000

Only thing you need to make sure is that all your code listen to the local port, by default it will listen on 8000

此处是该链接如何设置您的本地环境。

Here is the link on how to set up your local environment.

这篇关于在没有AWS凭证的情况下在计算机上使用DynamoDB的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆