From a301186cfc7b617ea7668dbbf7ddd9b7ab0f1d0c Mon Sep 17 00:00:00 2001 From: David Eisinger Date: Mon, 17 Feb 2025 01:43:24 -0500 Subject: [PATCH] UL stuff --- .../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 index 54b1bd8..60f2b70 100644 --- 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. Install your gems locally with `bundle install --path vendor/bundle`. +2. Edit your code (in our case, it lives in `lambda_function.rb`). 3. Make a simple shell script that zips up your function and gems and sends it up to AWS: