Skip to content
View sebsto's full-sized avatar

Organizations

@aws-samples

Block or report sebsto

Report abuse

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

Report abuse

Pinned Loading

  1. xcodeinstall xcodeinstall Public

    A command line tool to download and install Apple's Xcode

    Swift 59 5

  2. amplify-ios-workshop amplify-ios-workshop Public

    Repo for Amplify iOS Workshop created for re:Invent 2019

    HTML 8 8

  3. amplify-ios-getting-started amplify-ios-getting-started Public

    This is the editable material for Amplify's iOS Getting Started guide.

    Shell 45 22

  4. cdk-ipv6 cdk-ipv6 Public

    A CDK script o deploy an IPv6 VPC

    TypeScript 11 4

  5. AWSVPN AWSVPN Public

    Start a private VPN server in the cloud.

    Shell 183 51

  6. Install Maven with Yum on Amazon Linux Install Maven with Yum on Amazon Linux
    1
    sudo wget http://repos.fedorapeople.org/repos/dchen/apache-maven/epel-apache-maven.repo -O /etc/yum.repos.d/epel-apache-maven.repo
    2
    sudo sed -i s/\$releasever/6/g /etc/yum.repos.d/epel-apache-maven.repo
    3
    sudo yum install -y apache-maven
    4
    mvn --version