Skip to content

Commit cd652ef

Browse files
author
Christopher Drew
committed
docs: benefits of approach
1 parent b6b36f3 commit cd652ef

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22

33
This action uses the [AWS CLI](https://docs.aws.amazon.com/cli/index.html) to update a lambda function's code from a zip stored in an S3 bucket.
44

5-
This is in contrast to many other actions, which will deploy only a local zip file.
5+
This is in contrast to many other actions, which will deploy only a local zip file. The main benefits of this approach, in the author's opinion, are:
6+
7+
1. Allows for asynchronous build and deploy phases.
8+
2. Allows for the deployment of larger file sizes.
69

710
## Usage
811

0 commit comments

Comments
 (0)