Skip to content
View sebsto's full-sized avatar

Organizations

@aws-samples
Block or Report

Block or report sebsto

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

  1. xcodeinstall xcodeinstall Public

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

    Swift 38 1

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

    Repo for Amplify iOS Workshop created for re:Invent 2019

    HTML 7 6

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

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

    Shell 37 14

  4. cdk-ipv6 cdk-ipv6 Public

    A CDK script o deploy an IPv6 VPC

    TypeScript 10 4

  5. AWSVPN AWSVPN Public

    Start a private VPN server in the cloud.

    Shell 181 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