From 202e90007ec50076dadd8daed32a6bad6a933581 Mon Sep 17 00:00:00 2001 From: marianoc84 Date: Tue, 23 Mar 2021 09:14:25 +0100 Subject: [PATCH] Rephrasing to reflect new Lambda UI Renamed the steps needed to upload a .zip file to reflect changes in the Lambda's UI --- doc_source/gettingstarted-package.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc_source/gettingstarted-package.md b/doc_source/gettingstarted-package.md index 388e7af3..b3db0b03 100644 --- a/doc_source/gettingstarted-package.md +++ b/doc_source/gettingstarted-package.md @@ -36,7 +36,7 @@ The following steps demonstrate how to upload a \.zip file as your deployment pa 1. Select a function\. -1. Choose **Actions**, **Upload a \.zip file** in the **Function code** pane\. +1. Choose **Upload from**, **\.zip file** in the **Code Source** pane\. 1. Choose **Upload** to select your local \.zip file\. @@ -81,4 +81,4 @@ If your deployment package is larger than 50 MB, we recommend uploading your fun You can create a deployment package and upload the \.zip file to your Amazon S3 bucket in the AWS Region where you want to create a Lambda function\. When you create your Lambda function, specify the S3 bucket name and object key name on the Lambda console, or using the AWS Command Line Interface \(AWS CLI\)\. -To create a bucket using the Amazon S3 console, see [How do I create an S3 Bucket?](https://docs.aws.amazon.com/AmazonS3/latest/user-guide/create-bucket.html) in the *Amazon Simple Storage Service Console User Guide*\. \ No newline at end of file +To create a bucket using the Amazon S3 console, see [How do I create an S3 Bucket?](https://docs.aws.amazon.com/AmazonS3/latest/user-guide/create-bucket.html) in the *Amazon Simple Storage Service Console User Guide*\.