I hereby claim:
- I am rollwagen on github.
- I am rollwagen (https://keybase.io/rollwagen) on keybase.
- I have a public key ASDtWgTkfepNwxe0lhdz4HNefIc67eS_gcl1N71axhZQRgo
To claim this, I am signing this object:
#!/bin/bash | |
START_URL="https://d-0123456789.awsapps.com/start#/" | |
REGION="eu-central-1" | |
HASH="$(echo -n "$START_URL" | sha1sum | cut -d' ' -f1)" | |
CACHE_FILENAME="$HASH.json" | |
SSO_TOKEN=$(jq -r '.accessToken' < ~/.aws/sso/cache/"$CACHE_FILENAME") |
package main | |
import ( | |
"context" | |
"encoding/json" | |
"errors" | |
"flag" | |
"fmt" | |
"os" | |
"strings" |
# -*- coding: utf-8 -*- | |
""" | |
Python cli tool to query lambda runtimes for all lambda functions in | |
all AWS accounts in an (SSO-) AWS Organization | |
Requirements / pre-requisites: | |
- `pip install boto3 mypy-boto3 mypy-boto3-sts mypy-boto3-sso mypy-boto3-lambda boto3-stubs[essential,sso,lambda,sts]` |
I hereby claim:
To claim this, I am signing this object:
It’s a bad idea to model your data in DynamoDB the same way you model your data in a relational database. The entire point of using a NoSQL datastore is to get some benefit you couldn’t get with a relational database. If you model the data in the same way, you not only won’t get that benefit but you will also end up with a solution that’s worse than using the relational database!
from Alex DeBrie: The DynamoDB book
create / Register VM -> Linux / Other 4.x or Later (64bit) -> ...
power On VM -> should see GNU GRUB welcome screen (from debian ISO/cdrom) -> Advanced Options -> Rescue mode
partition the disk; see also ArchLinux Wiki Partition the disk
python -m http.server
Serving HTTP on 0.0.0.0 port 8000 (http://0.0.0.0:8000/) ...
from scapy.all import *