# Amazon DynamoDB CreateTable Example This is an example using the AWS SDK for Go to create table in DynamoDB. ### Usage The example show on to create a Table "Movies" into dynamoDB ``` go run createTable.go ```