awscurl
awscurl copied to clipboard
Support to print HTTP status code to std out and write content to another file
It would be really helpful, if we can add an extra flag just like curl to print status code directly to std out and write content to a file
Something like this
curl -s -o response.txt -w "%{http_code}" http://example.com