put keys
aws --profile ${PROFILE} --region ${REGION} dynamodb put-item --table-name=serverless_core_api_keys_stag --item '{
"apiKey": {"S": "sample-orc-key-1"},
"application": {"S": "test"},
"scope": {"S": "SYSTEM"},
"tenant": {"S":"orc"}
}'