Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
View TanAlex's full-sized avatar

Block or report TanAlex

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. cfn_templates cfn_templates Public

    A collection of CFN templates and code snippets

    Python 3 1

  2. amplify-react-serverless-example-all-on-apigateway amplify-react-serverless-example-all-on-apigateway Public

    A solution I assembled to use just one single Lambda to server both React frontend and Express API backend

    Python 1

  3. jellyup jellyup Public

    A quick and simple IaC code scaffolding tool based on plop

    JavaScript 1

  4. PrintTree PrintTree Public

    Print a dictionary with dictionary or list or value to a tree like list

    Python 1

  5. AWS, JQ and bash command cheat sheet... AWS, JQ and bash command cheat sheet. How to query, cut and munge things in JSON generally.
    1
    # Count total EBS based storage in AWS
    2
    aws ec2 describe-volumes | jq "[.Volumes[].Size] | add"
    3
    # Count total EBS storage with a tag filter
    4
    aws ec2 describe-volumes --filters "Name=tag:Name,Values=CloudEndure Volume qjenc" | jq "[.Volumes[].Size] | add"
    5
    # Describe instances concisely
  6. gcp-cloud-function-load-gcs-to-bigquery gcp-cloud-function-load-gcs-to-bigquery Public

    GCP Cloud Function to load from data from GCS to BigQuery

    Python 1

Morty Proxy This is a proxified and sanitized view of the page, visit original site.