Skip to content

Commit 0025de4

Browse files
authored
Document bundler 1.9.9 requirement in README
Added requirement for bundler 1.9.9 to usage section, in support of issue #3. Thanks for the tool! I'm enjoying messing around with it. :-)
1 parent 1649c52 commit 0025de4

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,10 @@ By:
3131
6. Set up an AWS profile in `~/.aws/credentials` for the account created above
3232
7. Change the variables in `deploy.sh` to match your app and AWS settings
3333
8. Ensure you're using ruby 2.1.x in this directory
34-
9. Add any gems you need to app/Gemfile
35-
10. `cd app` and run `bundle install` from there (you need a Gemfile.lock)
36-
11. edit `app/app.rb` with your application code
37-
12. run `./deploy.sh linux-x86_64`
38-
13. test your Lambda Function!
34+
9. Ensure you're using Bundler version 1.9.9
35+
10. Add any gems you need to app/Gemfile
36+
11. `cd app` and run `bundle install` from there (you need a Gemfile.lock)
37+
12. edit `app/app.rb` with your application code
38+
13. run `./deploy.sh linux-x86_64`
39+
14. test your Lambda Function!
3940
- i've been using the web console for testing

0 commit comments

Comments
 (0)