/qcon-workshop

QCon London Workshop

Primary LanguageTypeScript

Programming the Cloud Workshop

Source code for the Programming the Cloud with TypeScript workshop at QCON London.

Setup

  1. Install Pulumi

    Go to https://pulumi.io/quickstart/install.html to install Pulumi.

  2. Install Node.js

    Go to https://nodejs.org/en/download/ to install Node.js version >=10.

  3. Install AWS CLI

    Go to https://aws.amazon.com/cli/ to install the AWS CLI.

  4. Configure AWS credentials

    Run aws configure to configure credentials and defaults for AWS. Use the Access Key ID and Secret Access Key provided for the workshop. Set the eu-west-1 region as the default. We will be using account 713699580332 which you can log in to at https://713699580332.signin.aws.amazon.com/console.

  5. Login to Pulumi

    Run pulumi login to signup/login to the Pulumi service.

Steps