Current section
Files
Jump to
Current section
Files
priv/dynamo/migrations/20220130083004_lb_f_dcreate_tests_table.exs
defmodule Dynamo.Migrations.LbFDcreateTestsTable do
def change do
# ## You can freely write operations related to DynamoDB.
# ### Examples.
# ExAws.Dynamo.create_table(
# "Tests",
# [id: :hash],
# %{id: :number},
# 1,
# 1,
# :provisioned
# )
# |> ExAws.request!()
end
end