Skip to content
View skwashd's full-sized avatar
👨‍💻
planning, coding, reviewing
👨‍💻
planning, coding, reviewing

Organizations

@wftools @nodebotsau @pipetteCD @davehallconsulting

Block or report skwashd

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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. proactiveops/picofun proactiveops/picofun Public

    Code generator for Python based Lambda functions that consume APIs defined in Open API spec files

    Python 9

  2. proactiveops/util-fns proactiveops/util-fns Public

    Utility Lambda Functions for AWS Step Functions

    Python

  3. terraform-aws-cloudflare-ips-security-group terraform-aws-cloudflare-ips-security-group Public

    This terraform module populates an AWS security group ingress rules with Cloudflare source IPs

    HCL 4

  4. alpine-docker-from-scratch alpine-docker-from-scratch Public

    Builds an alpine docker image from scratch

    Shell 18 11

  5. Copy AWS SSM Parameter Store Path Copy AWS SSM Parameter Store Path
    1
    This Python (3.6+) script is for migrating Amazon AWS System Manager (SSM) Parameter Store keys from one path to another.
    2
    
                  
    3
    ## Quick Start
    4
    
                  
    5
    To install the script do the following:
  6. Git pre-commit hook for checking fil... Git pre-commit hook for checking files with coder-review and php lint. This prevents developers committing broken PHP or code that doesn't comply with the Drupal coding standards.Add this file to .git/hooks/pre-commit in the root of your doc repo and make it executable (chmod +x .git/hooks/pre-commit).You must have the coder module in ~/.drush/This has only been tested with drush 6.x.
    1
    #!/bin/bash
    2
     
    3
    #
    4
    # Git pre-commit hook for Drupal projects.
    5
    # Created by Dave Hall - http://davehall.com.au