UL stuff
This commit is contained in:
@@ -187,8 +187,8 @@ CLI](https://aws.amazon.com/cli/). [Here's a pretty good
|
|||||||
walkthrough](https://docs.aws.amazon.com/lambda/latest/dg/ruby-package.html)
|
walkthrough](https://docs.aws.amazon.com/lambda/latest/dg/ruby-package.html)
|
||||||
of how to do it but I'll summarize:
|
of how to do it but I'll summarize:
|
||||||
|
|
||||||
1. Install your gems locally with `bundle install --path vendor/bundle`.
|
1. <span>Install your gems locally with `bundle install --path vendor/bundle`.</span>
|
||||||
2. Edit your code (in our case, it lives in `lambda_function.rb`).
|
2. <span>Edit your code (in our case, it lives in `lambda_function.rb`).</span>
|
||||||
3. Make a simple shell script that zips up your function and gems and
|
3. Make a simple shell script that zips up your function and gems and
|
||||||
sends it up to AWS:
|
sends it up to AWS:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user