You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/deployment/README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -181,6 +181,10 @@ of the CodePipeline needs an AWS S3 Notification for emitting events in your Ama
181
181
filtered events to EventBridge and trigger the pipeline (see [docs](https://docs.aws.amazon.com/AmazonS3/latest/userguide/EventBridge.html) for details). Make sure to enable S3 bucket
182
182
notifications for your source bucket!
183
183
184
+
Optionally, if the S3 object being deployed has the metadata `description` set, it will be used as the description of
185
+
the new published version of the Lambda, truncated at 256 characters. You are responsible for setting this metadata when
186
+
you produce the object in S3. Without the metadata, the function description is copied for the version description.
187
+
184
188
### with custom deployment configuration
185
189
186
190
This module supports all predefined [default deployment configurations](https://docs.aws.amazon.com/codedeploy/latest/userguide/deployment-configurations.html)
0 commit comments