You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Remember to deploy without authentication to Cognito for seeding or this won't work
echo $AMPSTACK_ENDPOINT
echo "Pusing up 4 sample Quote records"
curl -H "Content-Type: application/json" -X \
POST $AMPSTACK_ENDPOINT \
-d $'{"quoteId": "f07ac3e4-54c0-436e-855f-4ef906051c65", "text": "If you tell the truth, you don\'t have to remember __anything__", "author": "Mark Twain", "submittedBy": "system" }'
curl -H "Content-Type: application/json" -X \
POST $AMPSTACK_ENDPOINT \
-d '{"quoteId": "6cfbcb09-ccb8-4fc7-9050-af9e04d08993", "text": "Sometimes the questions are complicated and the answers are simple.", "author": "Dr. Suess", "submittedBy": "system" }'
curl -H "Content-Type: application/json" -X \
POST $AMPSTACK_ENDPOINT \
-d '{"quoteId": "5cec8be4-6673-400b-8d41-8f653a5d2e80", "text": "A rich man is nothing but a __poor man__ with money.", "author": "W.C. Fields", "submittedBy": "system" }'