Skip to content
View sebsto's full-sized avatar

Organizations

@aws-samples

Block or report sebsto

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more aboutblocking 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 aboutreporting abuse.

Report abuse

Pinned Loading

  1. xcodeinstall xcodeinstallPublic

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

    Swift 42 1

  2. amplify-ios-workshop amplify-ios-workshopPublic

    Repo for Amplify iOS Workshop created for re:Invent 2019

    HTML 7 8

  3. amplify-ios-getting-started amplify-ios-getting-startedPublic

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

    Shell 40 14

  4. cdk-ipv6 cdk-ipv6Public

    A CDK script o deploy an IPv6 VPC

    TypeScript 10 4

  5. AWSVPN AWSVPNPublic

    Start a private VPN server in the cloud.

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