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
* adds tagging on new and updated functions
* fixes return value and associated test when no tags are given
* adds tagging on new and updated functions
* fixes return value and associated test when no tags are given
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,6 +98,7 @@ DOCKER_IMAGE // (default: '')
98
98
DEPLOY_ZIPFILE // (default: '')
99
99
DEPLOY_USE_S3 // (default: false)
100
100
AWS_DLQ_TARGET_ARN // (default: not set)
101
+
AWS_TAGS // (default: '')
101
102
```
102
103
103
104
#### run
@@ -196,6 +197,7 @@ Options:
196
197
-z, --deployZipfile [] Deploy zipfile
197
198
-B, --deployUseS3 [] Use S3 to deploy.
198
199
-y, --proxy [] Proxy server
200
+
-A, --tags [] 'Tags as key value pairs (e.g. "tagname1=tagvalue1,tagname2=tagvalue2") (default: "")
199
201
```
200
202
201
203
If you are deploying to a custom endpoint you may also need to pass in an access key/secret. For localstack these can be anything, but cannot be blank:
0 commit comments