Skip to content

Commit ebb723c

Browse files
authored
Update runtime argument description
1 parent 053b811 commit ebb723c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/shared/sam/cli/samCliLocalInvoke.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ export interface SamCliLocalInvokeInvocationArguments {
220220
name?: string
221221
/** AWS region */
222222
region?: string
223-
/** Runtime to use for testing. Can be different from the one specified in the template. */
223+
/** Overrides the template-specified runtime. */
224224
runtime?: Runtime
225225
}
226226

0 commit comments

Comments
 (0)