This gist is part of a blog post. Check it out at:
http://jasonrudolph.com/blog/2011/08/09/programming-achievements-how-to-level-up-as-a-developer
| """ | |
| Craft a web request to the AWS rest API and hit an endpoint that actually works but isn't supported in the CLI or in Boto3. | |
| Based on this: https://github.com/aws/aws-cli/issues/2268#issuecomment-373803942 | |
| """ | |
| import boto3 | |
| import os | |
| import sys, os, base64, datetime, hashlib, hmac, urllib | |
| import requests |
This gist is part of a blog post. Check it out at:
http://jasonrudolph.com/blog/2011/08/09/programming-achievements-how-to-level-up-as-a-developer