Skip to content
View tcbyrd's full-sized avatar
πŸ‘‹
πŸ‘‹

Sponsoring

@sindresorhus

Block or report tcbyrd

Report abuse

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

Report abuse
tcbyrd/README.md

Hi there πŸ‘‹

Pinned Loading

  1. probot/probot probot/probot Public

    πŸ€– A framework for building GitHub Apps to automate and improve your workflow

    TypeScript 9.4k 1k

  2. probot/adapter-aws-lambda-serverless probot/adapter-aws-lambda-serverless Public

    An extension for running Probot on Lambda

    JavaScript 96 35

  3. octokit/octokit.js octokit/octokit.js Public

    The all-batteries-included GitHub SDK for Browsers, Node.js, and Deno.

    TypeScript 7.6k 1.2k

  4. Route53 CNAME Update Route53 CNAME Update
    1
    ### AWS CLI command to update CNAME
    2
    
                  
    3
    When you have a set of application servers running in EC2 in an active/passive configuration, the easiest way to failover is to simply update the DNS to point to the second server as soon as it's available to serve requests. If you are using Route 53 to manage your DNS configuration, with the [AWS CLI](https://aws.amazon.com/cli/) you can make this change in a single command.
    4
    
                  
    5
    #### Initial Setup