add http_proxy and create_table_enabled config options#496
add http_proxy and create_table_enabled config options#496HLH15 wants to merge 1 commit intoDynamoid:masterfrom
Conversation
|
Could you please fix the failing specs? Current master passes specs successfuly. |
f45576a to
cdba15e
Compare
cdba15e to
8bdce2c
Compare
@andrykonchin This is fixed now! |
|
It looks good to me. But I am wondering what a use case for disabling table creation. I assume it makes sense to prevent lazy table creation at model saving. In this case, it can be checked right here in the #save method |
In our use case, we have a different pipeline to manage all AWS resources (Terraform). So we'd like to prevent creating new tables in all use cases from Dynamoid. |
|
I see. I would prefer to change the |
Add config options for