| base64_dec | Base64-decode a string into raw bytes using Python's base64... |
| base64_enc | Base64-encode raw bytes using Python's base64 module |
| boto3 | Raw access to the boto3 module imported at package load time |
| boto3_version | boto3 version |
| botor | The default, fork-safe Boto3 session |
| botor_client | Creates an initial or reinitialize an already existing AWS... |
| botor_session | Internal boto3 session |
| botor_session_pid | Look up the PID used to initialize the Boto3 session |
| botor_session_uuid | Look up the UUID of the initialized Boto3 session |
| check_s3_uri | Check if an argument looks like an S3 bucket |
| clients | boto3 clients cache |
| coerce_bytes_literals_to_string | Transforms a python2 string literal or python3 bytes literal... |
| iam | The default, fork-safe IAM client on the top of 'botor' |
| iam_get_user | Retrieves information about the specified IAM user, including... |
| iam_whoami | Get the current AWS username |
| kinesis | The default, fork-safe Kinesis client on the top of 'botor' |
| kinesis_describe_stream | Describes the specified Kinesis data stream |
| kinesis_get_records | Gets data records from a Kinesis data stream's shard |
| kinesis_get_shard_iterator | Gets an Amazon Kinesis shard iterator |
| kinesis_put_record | Writes a single data record into an Amazon Kinesis data... |
| kms | The default, fork-safe KMS client on the top of 'botor' |
| kms_decrypt | Decrypt cipher into plain text via KMS |
| kms_decrypt_file | Decrypt file via KMS |
| kms_encrypt | Encrypt plain text via KMS |
| kms_encrypt_file | Encrypt file via KMS |
| kms_generate_data_key | Generate a data encryption key for envelope encryption via... |
| mime_guess | Guess the type of a file based on the filename using... |
| python_version | Looks up major version of Python (eg 2 or 3) |
| require_python_builtins | Imports and caches a Python module |
| require_python_module | Imports and caches a Python module |
| s3 | The default, fork-safe Amazon Simple Storage Service (S3)... |
| s3_copy | Copy an object from one S3 location to another |
| s3_delete | Delete an object stored in S3 |
| s3_download_file | Download a file from S3 |
| s3_exists | Checks if an object exists in S3 |
| s3_list_buckets | List all S3 buckets |
| s3_ls | List objects at an S3 path |
| s3_object | Create an S3 Object reference from an URI |
| s3_put_object_tagging | Sets tags on s3 object overwriting all existing tags. Note:... |
| s3_read | Download and read a file from S3, then clean up |
| s3_split_uri | Split the bucket name and object key from the S3 URI |
| s3_upload_file | Upload a file to S3 |
| s3_write | Write an R object into S3 |
| sm | The default, fork-safe AWS Systems Manager (SecretManager)... |
| sm_get_secret | Read AWS System Manager's Secrets Manager via Secret Manager |
| ssm | The default, fork-safe AWS Systems Manager (SSM) client on... |
| ssm_get_parameter | Read AWS System Manager's Parameter Store |
| sts_whoami | Returns details about the IAM user or role whose credentials... |
| trypy | Extract error message from a Python exception |
| uuid | Generate UUID using Python's uuid module |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.