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
|`aws-access-key-id`|**Conditional**| AWS Access Key ID. Required if using AWS credentials instead of Serverless Access Key. Serverless V4 requires a Serverless access key. |
11
13
|`aws-secret-access-key`|**Conditional**| AWS Secret Access Key. Required if using AWS credentials instead of Serverless Access Key. Serverless V4 requires a Serverless access key. |
12
-
|`framework`|**Conditional**| The Serverless framework version to install. Defaults to latest. |
14
+
|`framework`|**Optional**| The Serverless framework version to install. Defaults to latest. |
13
15
|`serverless-access-key`|**Conditional**| Serverless access key. Required if not using AWS credentials. Serverless V4 requires a Serverless access key. |
14
-
|`working-directory`|**Conditional**| The working directory to run Serverless deploy in. Must contain the Serverless config file (e.g. serverless.yaml, serverless.yml). |
16
+
|`working-directory`|**Optional**| The working directory to run Serverless deploy in. Must contain the Serverless config file (e.g. serverless.yaml, serverless.yml). Defaults to the current directory. |
0 commit comments