Skip to content

Commit 8c75e09

Browse files
authored
docs(readme): add architecture options (#596)
#591
1 parent d476d6c commit 8c75e09

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ AWS_ROLE_ARN || AWS_ROLE // (default: 'missing')
8181
AWS_MEMORY_SIZE // (default: 128)
8282
AWS_TIMEOUT // (default: 60)
8383
AWS_RUN_TIMEOUT // (default: 3)
84+
AWS_ARCHITECTURE // (default: 'x86_64')
8485
AWS_DESCRIPTION // (default: package.json.description or '')
8586
AWS_RUNTIME // (default: 'nodejs14.x')
8687
AWS_PUBLISH // (default: false)
@@ -179,6 +180,7 @@ Options:
179180
-o, --role [AWS_ROLE] Amazon Role ARN (default: "missing")
180181
-m, --memorySize [AWS_MEMORY_SIZE] Lambda Memory Size (default: 128)
181182
-t, --timeout [AWS_TIMEOUT] Lambda Timeout (default: 60)
183+
--architecture [AWS_ARCHITECTURE] The instruction set architecture that the function supports. (x86_64|arm64) (default: "x86_64")
182184
-d, --description [AWS_DESCRIPTION] Lambda Description (default: "Command line tool for locally running and remotely deploying your node.js applications to Amazon Lambda.")
183185
-u, --runtime [AWS_RUNTIME] Lambda Runtime (default: "nodejs14.x")
184186
-p, --publish [AWS_PUBLISH] Lambda Publish (default: false)

0 commit comments

Comments
 (0)