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_DESCRIPTION // (default: package.json.description or '')
95
95
AWS_RUNTIME // (default: 'nodejs16.x')
96
96
AWS_PUBLISH // (default: false)
97
-
AWS_FUNCTION_VERSION // (default: '')
97
+
AWS_FUNCTION_VERSION // (default: '') When set, Publish is automatically enabled to create a version and alias.
98
98
AWS_VPC_SUBNETS // (default: '')
99
99
AWS_VPC_SECURITY_GROUPS // (default: '')
100
100
AWS_TRACING_CONFIG // (default: '')
@@ -193,7 +193,7 @@ Options:
193
193
-d, --description [AWS_DESCRIPTION] Lambda Description (default: "Command line tool for locally running and remotely deploying your node.js applications to Amazon Lambda.")
0 commit comments