This commit is contained in:
David Eisinger
2025-02-17 01:43:24 -05:00
parent 7c6095957c
commit a301186cfc

View File

@@ -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: