From c4567afaf0c5096e723870a790b27a32e8bc0001 Mon Sep 17 00:00:00 2001 From: Matt Weidman Date: Tue, 26 Jan 2021 11:03:42 -0800 Subject: [PATCH] typo on deploy-s3 command deploy-s3 --> deploy_s3 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 98a844d..ca0428f 100644 --- a/README.md +++ b/README.md @@ -210,7 +210,7 @@ execute ``lambda upload`` to initiate the transfer. ### Deploying via S3 You can also choose to use S3 as your source for Lambda deployments. This can -be done by issuing ``lambda deploy-s3`` with the same variables/AWS permissions +be done by issuing ``lambda deploy_s3`` with the same variables/AWS permissions you'd set for executing the ``upload`` command. ## Development