Retrieve item from DynamoDB
List DynamoDB tables
Configure AWS CLI credentials
Insert item into DynamoDB
aws dynamodb put-item --table-name mytable --item '{"id":{"S":"1"},"name":{"S":"test"}}'
Insert record
List S3 buckets
Create a new S3 bucket
Delete files from S3