davideisinger.com

My personal website
Log | Files | Refs | README

commit a301186cfc7b617ea7668dbbf7ddd9b7ab0f1d0c
parent 7c6095957ce9e784362b7baff2b4b14ec09faa54
Author: David Eisinger <[email protected]>
Date:   Mon, 17 Feb 2025 01:43:24 -0500

UL stuff

Diffstat:
Mcontent/elsewhere/email-photos-to-an-s3-bucket-with-aws-lambda-with-cropping-in-ruby/index.md | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/elsewhere/email-photos-to-an-s3-bucket-with-aws-lambda-with-cropping-in-ruby/index.md b/content/elsewhere/email-photos-to-an-s3-bucket-with-aws-lambda-with-cropping-in-ruby/index.md @@ -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) of how to do it but I'll summarize: -1. Install your gems locally with `bundle install --path vendor/bundle`. -2. Edit your code (in our case, it lives in `lambda_function.rb`). +1. <span>Install your gems locally with `bundle install --path vendor/bundle`.</span> +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 sends it up to AWS: