Skip to content
This repository was archived by the owner on Mar 15, 2026. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
typo on deploy-s3 command
deploy-s3 --> deploy_s3
  • Loading branch information
mattmakesthings authored Jan 26, 2021
commit c4567afaf0c5096e723870a790b27a32e8bc0001
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down