Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
add step about copying serverless.yml in npm code setup docs
  • Loading branch information
marcusmolchany committed Aug 9, 2017
1 parent 87356ec commit f93f237
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 f93f237

Please sign in to comment.