- Serving private content with signed URLs and signed cookies
- Create a key pair for a trusted key group
Let suppose I have two github accounts, https://github.com/rahul-office and https://github.com/rahul-personal. Now i want to setup my mac to easily talk to both the github accounts.
NOTE: This logic can be extended to more than two accounts also. :)
The setup can be done in 5 easy steps:
| #!/bin/bash | |
| mkdir -p deps | |
| pip install -r requirements.txt -t deps -q | |
| echo "package dependencies download complete." | |
| rm -rf deps/*dist-info | |
| zip -rq deps-layer.zip deps | |
| rm -rf deps | |
| echo "deps-layer.zip created successfully." |
| {"lastUpload":"2021-04-23T09:35:45.173Z","extensionVersion":"v3.4.3"} |