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) • 903 B
JSON
{
"$schema": "http://json-schema.org/schema",
"version": 2,
"title": "sam local start-api",
"description": "Used to start an API Gateway locally. Wrapper around the 'sam local start-api' command. (https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/sam-cli-command-reference-sam-local-start-api.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": []
}