File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 31
31
6 . Set up an AWS profile in ` ~/.aws/credentials ` for the account created above
32
32
7 . Change the variables in ` deploy.sh ` to match your app and AWS settings
33
33
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!
39
40
- i've been using the web console for testing
You can’t perform that action at this time.
0 commit comments