skwashd - Overview
Pinned Loading
-
Code generator for Python based Lambda functions that consume APIs defined in Open API spec files
Python 9
-
Utility Lambda Functions for AWS Step Functions
Python 2
-
This terraform module populates an AWS security group ingress rules with Cloudflare source IPs
HCL 7
-
1
This Python (3.6+) script is for migrating Amazon AWS System Manager (SSM) Parameter Store keys from one path to another.
5
To install the script do the following:
-
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.
4
# Git pre-commit hook for Drupal projects.5
# Created by Dave Hall - http://davehall.com.au