Skip to content

Commit

Permalink
Merge pull request #8 from nicholasgubbins/marcus/readme-setup
Browse files Browse the repository at this point in the history
update readme
  • Loading branch information
nicholasgubbins authored Aug 9, 2017
2 parents af187f5 + f93f237 commit 7bf34fb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ const { getImage } = require('serverless-image-resizer');
module.exports.handler = getImage.handler;
```

You will also need to copy [`serverless.yml`](https://raw.githubusercontent.com/nicholasgubbins/Serverless-Image-Resizer/master/serverless.yml)
to the top level of your project directory.

## Rename the S3 bucket

In `serverless.yml` change `provider.environment.BUCKET` to be the name of your S3 bucket.
Expand Down

0 comments on commit 7bf34fb

Please sign in to comment.