UNPKG

nx-serverless-cdk

Version:

nx-serverless-cdk is an Nx plugin for creating AWS CDK applications and libraries inside an Nx monorepo. It offers the possibility to test and debug CDK applications as well as AWS Lambda functions locally. The plugin provides the full flexibility of the

29 lines (28 loc) 898 B
{ "$schema": "http://json-schema.org/schema", "version": 2, "title": "sam local invoke", "description": "Used to invoke a Lambda function locally. Wrapper around the 'sam local invoke' command. (https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/sam-cli-command-reference-sam-local-invoke.html)", "type": "object", "properties": { "predefinedArguments": { "type": "array", "items": { "type": "string" }, "description": "Used to predefine arguments that are put at the beginning of the command. Can be used to declare environment-specific arguments in the 'project.json' file." }, "__unparsed__": { "hidden": true, "type": "array", "items": { "type": "string" }, "$default": { "$source": "unparsed" }, "x-priority": "internal" } }, "required": [] }