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
Added support for the use container option when running lamdas locally (#913)
* Added support for the use container option when running lamdas locally
* Changed description text to SAM Docker container
* Revert "Changed description text to SAM Docker container"
This reverts commit 003a889.
* Moved and renamed getConfig function
Changed terminology in useContainer descripition to be more accurate
Copy file name to clipboardExpand all lines: src/templates/templates.json
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,11 @@
43
43
"type": "string",
44
44
"default": null,
45
45
"description": "If specified, adds a --docker-network parameter to the SAM CLI. If not specified, no parameter will be sent."
46
+
},
47
+
"useContainer": {
48
+
"type": "boolean",
49
+
"default": false,
50
+
"description": "If specified, adds a --use-container parameter to the SAM CLI. If not specified, no parameter will be sent. If your functions depend on packages that have natively compiled dependencies use this flag to build your function inside a SAM Docker container."
0 commit comments