Skip to content

Commit

Permalink
Remove unnecessary require("@pulumi/aws")
Browse files Browse the repository at this point in the history
  • Loading branch information
joeduffy committed Jul 13, 2018
1 parent b7b0263 commit 351cd51
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cloud-js-thumbnailer/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// Copyright 2016-2018, Pulumi Corporation. All rights reserved.

const cloud = require("@pulumi/cloud-aws");
const aws = require("@pulumi/aws");

// A bucket to store videos and thumbnails.
const bucket = new cloud.Bucket("bucket");
Expand Down

0 comments on commit 351cd51

Please sign in to comment.