Skip to content

Instantly share code, notes, and snippets.

Verifying that "daveremy.id" is my Blockstack ID. https://onename.com/daveremy

Keybase proof

I hereby claim:

  • I am daveremy on github.
  • I am daveremy (https://keybase.io/daveremy) on keybase.
  • I have a public key ASC8rPnVJC8sewictzw_bf1ilm8vcp9v8DbspwyVinMU1Ao

To claim this, I am signing this object:

@daveremy
daveremy / index.ts
Created September 7, 2018 21:06
pulumi azure webserver typescript
import * as pulumi from "@pulumi/pulumi";
import * as azure from "@pulumi/azure";
import { Config } from "@pulumi/pulumi";
import { ServicePrincipalPassword } from "@pulumi/azure/ad";
const deploymentId = pulumi.getStack();
// note: config name must be same as project name specified in pulumi.yaml
const config = new Config("azure-test");
const username = config.require("username");
import {
EventStoreDBClient,
jsonEvent,
FORWARDS,
START,
JSONEventType,
} from "@eventstore/db-client";
interface Reservation {
reservationId: string;