We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6b36f3 commit cd652efCopy full SHA for cd652ef
README.md
@@ -2,7 +2,10 @@
2
3
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.
4
5
-This is in contrast to many other actions, which will deploy only a local zip file.
+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.
9
10
## Usage
11
0 commit comments