#{Rails.root}/config/initializers/aws.rb
に以下を追記:
aws.rb
# ... other AWS configurations
AWS::Core::Configuration.module_eval do
add_service 'DynamoDB', 'dynamo_db', 'dynamodb.ap-northeast-1.amazonaws.com'
end
Go to list of users who liked
More than 5 years have passed since last update.
#{Rails.root}/config/initializers/aws.rb
に以下を追記:
# ... other AWS configurations
AWS::Core::Configuration.module_eval do
add_service 'DynamoDB', 'dynamo_db', 'dynamodb.ap-northeast-1.amazonaws.com'
end
Register as a new user and use Qiita more conveniently
Go to list of users who liked