Pinned Loading
-
Bash Native AWS Federation Script
Bash Native AWS Federation Script 1# Function to URLEncode JSON and Other Strings
2urlencode() {
3local LANG=C; local c; while IFS= read -r c; do
4case $c in [a-zA-Z0-9.~_-]) printf "$c"; continue ;; esac
5printf "$c" | od -An -tx1 | tr ' ' % | tr -d '\n'
-
-
DynamicDNS Route53 Update.
DynamicDNS Route53 Update. 1#!/bin/bash
2ZONEID=YOUR_HOSTED_ZONE_ID
3export PATH=/bin:/usr/bin:/usr/local/bin
45DNS_RECORD="$1"
-
traefik-library-image
traefik-library-image PublicForked from traefik/traefik-library-image
Dockerfile
-
Cascading-Examples
Cascading-Examples PublicSome Examples of Mapreduce Jobs using the Cascading Framework.
Java
-
aws-samples/aws-marketplace-serverless-saas-integration
aws-samples/aws-marketplace-serverless-saas-integration PublicExample of serverless integration for SaaS products listed on the AWS Marketplace.
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.