@awsless/cli 0.0.46-next.4 → 0.0.46-next.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/stack.json CHANGED
@@ -1 +1 @@
1
- {"$ref":"#/definitions/stack","definitions":{"stack":{"type":"object","properties":{"$schema":{"type":"string"},"name":{"type":"string","minLength":3,"maxLength":24,"pattern":"^[a-z0-9\\-]+$","description":"Stack name.","markdownDescription":"Stack name."},"depends":{"type":"array","items":{"type":"string","minLength":3,"maxLength":24,"pattern":"^[a-z0-9\\-]+$"},"description":"Define the stacks that this stack is depended on.","markdownDescription":"Define the stacks that this stack is depended on."},"commands":{"type":"object","additionalProperties":{"anyOf":[{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},"handler":{"type":"string","default":"default","description":"The name of the handler that needs to run\n\n@default \"default\"\n\n@default \"default\"","markdownDescription":"The name of the handler that needs to run\n\n@default ```\"default\"```\n\n@default ```\"default\"```"},"description":{"type":"string","description":"A description of the command","markdownDescription":"A description of the command"}},"required":["file"],"additionalProperties":false},{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]}]},"description":"Define the custom commands for your stack.","markdownDescription":"Define the custom commands for your stack."},"rest":{"type":"object","additionalProperties":{"type":"object","additionalProperties":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```","default":true},"external":{"type":"array","items":{"type":"string"},"description":"A list of external packages that won't be included in the bundle.","markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"type":"array","items":{"type":"string"},"description":"A list of glob patterns, which specifies the files that should be imported as string.","markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"],"additionalProperties":false}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}]}},"description":"Define routes in your stack for your global REST API.","markdownDescription":"Define routes in your stack for your global REST API."},"rpc":{"type":"object","additionalProperties":{"type":"object","additionalProperties":{"anyOf":[{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```","default":true},"external":{"type":"array","items":{"type":"string"},"description":"A list of external packages that won't be included in the bundle.","markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"type":"array","items":{"type":"string"},"description":"A list of glob patterns, which specifies the files that should be imported as string.","markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"],"additionalProperties":false}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}]},{"type":"object","properties":{"function":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```","default":true},"external":{"type":"array","items":{"type":"string"},"description":"A list of external packages that won't be included in the bundle.","markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"type":"array","items":{"type":"string"},"description":"A list of glob patterns, which specifies the files that should be imported as string.","markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"],"additionalProperties":false}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}],"description":"The RPC function to execute.","markdownDescription":"The RPC function to execute."},"lock":{"type":"boolean","description":"Specify if the function should be locked on the `lockKey` returned from the auth function.\nAn example would be returning the user ID as `lockKey`.","markdownDescription":"Specify if the function should be locked on the `lockKey` returned from the auth function.\nAn example would be returning the user ID as `lockKey`."}},"required":["function","lock"],"additionalProperties":false}]},"description":"The queries for your global RPC API.","markdownDescription":"The queries for your global RPC API."},"description":"Define the schema in your stack for your global RPC API.","markdownDescription":"Define the schema in your stack for your global RPC API."},"configs":{"type":"array","items":{"type":"string","pattern":"[a-z0-9\\-]"},"description":"Define the config values for your stack.","markdownDescription":"Define the config values for your stack."},"crons":{"type":"object","additionalProperties":{"type":"object","properties":{"enabled":{"type":"boolean","default":true,"description":"If the cron is enabled.\n\n@default true","markdownDescription":"If the cron is enabled.\n\n@default ```true```"},"consumer":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```","default":true},"external":{"type":"array","items":{"type":"string"},"description":"A list of external packages that won't be included in the bundle.","markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"type":"array","items":{"type":"string"},"description":"A list of glob patterns, which specifies the files that should be imported as string.","markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"],"additionalProperties":false}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}],"description":"The consuming lambda function properties.","markdownDescription":"The consuming lambda function properties."},"schedule":{"anyOf":[{},{}],"description":"The scheduling expression.\n\nexample: \"0 20 * * ? *\"\nexample: \"5 minutes\"","markdownDescription":"The scheduling expression.\n\nexample: \"0 20 * * ? *\"\nexample: \"5 minutes\""},"payload":{"description":"The JSON payload that will be passed to the consumer.","markdownDescription":"The JSON payload that will be passed to the consumer."}},"required":["consumer","schedule"],"additionalProperties":false},"description":"Define the cron jobs in your stack.","markdownDescription":"Define the cron jobs in your stack."},"caches":{"type":"object","additionalProperties":{"type":"object","properties":{"minStorage":{"type":"string","pattern":"^[0-9]+ (B|KB|MB|GB|TB|PB)$","description":"The lower limit for data storage the cache is set to use. You can specify a size value from 1 GB to 5000 GB.","markdownDescription":"The lower limit for data storage the cache is set to use. You can specify a size value from 1 GB to 5000 GB."},"maxStorage":{"type":"string","pattern":"^[0-9]+ (B|KB|MB|GB|TB|PB)$","description":"The upper limit for data storage the cache is set to use. You can specify a size value from 1 GB to 5000 GB.","markdownDescription":"The upper limit for data storage the cache is set to use. You can specify a size value from 1 GB to 5000 GB."},"minECPU":{"type":"integer","minimum":1000,"maximum":15000000,"description":"The minimum number of ECPUs the cache can consume per second. You can specify a integer from 1,000 to 15,000,000.","markdownDescription":"The minimum number of ECPUs the cache can consume per second. You can specify a integer from 1,000 to 15,000,000."},"maxECPU":{"type":"integer","minimum":1000,"maximum":15000000,"description":"The maximum number of ECPUs the cache can consume per second. You can specify a integer from 1,000 to 15,000,000.","markdownDescription":"The maximum number of ECPUs the cache can consume per second. You can specify a integer from 1,000 to 15,000,000."},"snapshotRetentionLimit":{"type":"integer","exclusiveMinimum":0,"default":1}},"additionalProperties":false},"description":"Define the caches in your stack. For access to the cache put your functions inside the global VPC.","markdownDescription":"Define the caches in your stack. For access to the cache put your functions inside the global VPC."},"subscribers":{"type":"object","additionalProperties":{"anyOf":[{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```","default":true},"external":{"type":"array","items":{"type":"string"},"description":"A list of external packages that won't be included in the bundle.","markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"type":"array","items":{"type":"string"},"description":"A list of glob patterns, which specifies the files that should be imported as string.","markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"],"additionalProperties":false}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}]},{"type":"object","properties":{"consumer":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```","default":true},"external":{"type":"array","items":{"type":"string"},"description":"A list of external packages that won't be included in the bundle.","markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"type":"array","items":{"type":"string"},"description":"A list of glob patterns, which specifies the files that should be imported as string.","markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"],"additionalProperties":false}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}]}},"required":["consumer"],"additionalProperties":false}]},"description":"Define the event topics to subscribe too in your stack.","markdownDescription":"Define the event topics to subscribe too in your stack."},"functions":{"type":"object","additionalProperties":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```","default":true},"external":{"type":"array","items":{"type":"string"},"description":"A list of external packages that won't be included in the bundle.","markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"type":"array","items":{"type":"string"},"description":"A list of glob patterns, which specifies the files that should be imported as string.","markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"],"additionalProperties":false}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}]},"description":"Define the functions in your stack.","markdownDescription":"Define the functions in your stack."},"instances":{"type":"object","additionalProperties":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}],"description":"The file path of the instance code.","markdownDescription":"The file path of the instance code."}},"required":["file"],"additionalProperties":false}],"description":"Specify the code of your instance.","markdownDescription":"Specify the code of your instance."},"description":{"type":"string","description":"A description of the instance.","markdownDescription":"A description of the instance."},"image":{"type":"string","description":"The URL of the container image to use. Default: public.ecr.aws/aws-cli/aws-cli:{architecture}","markdownDescription":"The URL of the container image to use. Default: public.ecr.aws/aws-cli/aws-cli:{architecture}"},"startupCommand":{"anyOf":[{"type":"string"},{"type":"array","items":{"type":"string"}}],"description":"Optional shell commands to run before the instance program starts.","markdownDescription":"Optional shell commands to run before the instance program starts."},"log":{"anyOf":[{"type":"boolean"},{"type":"string","pattern":"^[0-9]+ (seconds?|minutes?|hours?|days?|weeks?)$","description":"The log retention duration.","markdownDescription":"The log retention duration."},{"type":"object","properties":{"retention":{"type":"string","pattern":"^[0-9]+ (seconds?|minutes?|hours?|days?|weeks?)$","description":"The log retention duration.","markdownDescription":"The log retention duration."}},"additionalProperties":false}],"description":"Enable logging to a CloudWatch log group. Providing a duration value will set the log retention time.","markdownDescription":"Enable logging to a CloudWatch log group. Providing a duration value will set the log retention time."},"cpu":{"type":"number","enum":[0.25,0.5,1,2,4,8,16],"description":"The number of virtual CPU units (vCPU) used by the instance. Valid values: 0.25, 0.5, 1, 2, 4, 8, 16 vCPU.","markdownDescription":"The number of virtual CPU units (vCPU) used by the instance. Valid values: 0.25, 0.5, 1, 2, 4, 8, 16 vCPU."},"memorySize":{"type":"string","pattern":"^[0-9]+ (B|KB|MB|GB|TB|PB)$","description":"The amount of memory (in MiB) used by the instance. Valid memory values depend on the CPU configuration.","markdownDescription":"The amount of memory (in MiB) used by the instance. Valid memory values depend on the CPU configuration."},"architecture":{"type":"string","enum":["x86_64","arm64"],"description":"The instruction set architecture that the instance supports.","markdownDescription":"The instruction set architecture that the instance supports."},"environment":{"type":"object","additionalProperties":{"type":"string"},"description":"Environment variable key-value pairs.","markdownDescription":"Environment variable key-value pairs."},"permissions":{"anyOf":[{"type":"object","properties":{"effect":{"type":"string","enum":["allow","deny"],"default":"allow"},"actions":{"anyOf":[{"type":"string"},{"type":"array","items":{"type":"string"}}]},"resources":{"anyOf":[{"anyOf":[{"type":"string","pattern":"^arn\\:"},{"type":"string","const":"*"}]},{"type":"array","items":{"anyOf":[{"type":"string","pattern":"^arn\\:"},{"type":"string","const":"*"}]}}]}},"required":["actions","resources"],"additionalProperties":false},{"type":"array","items":{"type":"object","properties":{"effect":{"type":"string","enum":["allow","deny"],"default":"allow"},"actions":{"anyOf":[{"type":"string"},{"type":"array","items":{"type":"string"}}]},"resources":{"anyOf":[{"anyOf":[{"type":"string","pattern":"^arn\\:"},{"type":"string","const":"*"}]},{"type":"array","items":{"anyOf":[{"type":"string","pattern":"^arn\\:"},{"type":"string","const":"*"}]}}]}},"required":["actions","resources"],"additionalProperties":false}}],"description":"Add IAM permissions to your instance.","markdownDescription":"Add IAM permissions to your instance."},"healthCheck":{"type":"object","properties":{"path":{"type":"string","description":"The path that the container runs to determine if it is healthy.","markdownDescription":"The path that the container runs to determine if it is healthy."},"interval":{"type":"string","pattern":"^[0-9]+ (seconds?|minutes?|hours?|days?|weeks?)$","description":"The time period in seconds between each health check execution.","markdownDescription":"The time period in seconds between each health check execution."},"retries":{"type":"integer","minimum":1,"maximum":10,"description":"The number of times to retry a failed health check before the container is considered unhealthy.","markdownDescription":"The number of times to retry a failed health check before the container is considered unhealthy."},"startPeriod":{"type":"string","pattern":"^[0-9]+ (seconds?|minutes?|hours?|days?|weeks?)$","description":"The optional grace period to provide containers time to bootstrap before failed health checks count towards the maximum number of retries.","markdownDescription":"The optional grace period to provide containers time to bootstrap before failed health checks count towards the maximum number of retries."},"timeout":{"type":"string","pattern":"^[0-9]+ (seconds?|minutes?|hours?|days?|weeks?)$","description":"The time period in seconds to wait for a health check to succeed before it is considered a failure.","markdownDescription":"The time period in seconds to wait for a health check to succeed before it is considered a failure."}},"required":["path","interval","retries","startPeriod","timeout"],"additionalProperties":false,"description":"The health check command and associated configuration parameters for the container.","markdownDescription":"The health check command and associated configuration parameters for the container."}},"required":["code"],"additionalProperties":false}]},"description":"Define the instances in your stack.","markdownDescription":"Define the instances in your stack."},"jobs":{"type":"object","additionalProperties":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}],"description":"The file path of the job code.","markdownDescription":"The file path of the job code."}},"required":["file"],"additionalProperties":false}],"description":"Specify the code of your job.","markdownDescription":"Specify the code of your job."},"image":{"type":"string","description":"The URL of the container image to use. Default: public.ecr.aws/aws-cli/aws-cli:{architecture}","markdownDescription":"The URL of the container image to use. Default: public.ecr.aws/aws-cli/aws-cli:{architecture}"},"persistentStorage":{"type":"boolean","description":"Mount persistent storage for the job at a fixed internal path.","markdownDescription":"Mount persistent storage for the job at a fixed internal path."},"startupCommand":{"anyOf":[{"type":"string"},{"type":"array","items":{"type":"string"}}],"description":"Optional shell commands to run before the job executable is downloaded and started.","markdownDescription":"Optional shell commands to run before the job executable is downloaded and started."},"log":{"anyOf":[{"type":"boolean"},{"type":"string","pattern":"^[0-9]+ (seconds?|minutes?|hours?|days?|weeks?)$","description":"The log retention duration.","markdownDescription":"The log retention duration."},{"type":"object","properties":{"retention":{"type":"string","pattern":"^[0-9]+ (seconds?|minutes?|hours?|days?|weeks?)$","description":"The log retention duration.","markdownDescription":"The log retention duration."}},"additionalProperties":false}],"description":"Enable logging to a CloudWatch log group. Providing a duration value will set the log retention time.","markdownDescription":"Enable logging to a CloudWatch log group. Providing a duration value will set the log retention time."},"cpu":{"type":"number","enum":[0.25,0.5,1,2,4,8,16],"description":"The number of virtual CPU units (vCPU) used by the job. Valid values: 0.25, 0.5, 1, 2, 4, 8, 16 vCPU.","markdownDescription":"The number of virtual CPU units (vCPU) used by the job. Valid values: 0.25, 0.5, 1, 2, 4, 8, 16 vCPU."},"memorySize":{"type":"string","pattern":"^[0-9]+ (B|KB|MB|GB|TB|PB)$","description":"The amount of memory (in MiB) used by the job. Valid memory values depend on the CPU configuration.","markdownDescription":"The amount of memory (in MiB) used by the job. Valid memory values depend on the CPU configuration."},"architecture":{"type":"string","enum":["x86_64","arm64"],"description":"The instruction set architecture that the job supports.","markdownDescription":"The instruction set architecture that the job supports."},"environment":{"type":"object","additionalProperties":{"type":"string"},"description":"Environment variable key-value pairs.","markdownDescription":"Environment variable key-value pairs."},"permissions":{"anyOf":[{"type":"object","properties":{"effect":{"type":"string","enum":["allow","deny"],"default":"allow"},"actions":{"anyOf":[{"type":"string"},{"type":"array","items":{"type":"string"}}]},"resources":{"anyOf":[{"anyOf":[{"type":"string","pattern":"^arn\\:"},{"type":"string","const":"*"}]},{"type":"array","items":{"anyOf":[{"type":"string","pattern":"^arn\\:"},{"type":"string","const":"*"}]}}]}},"required":["actions","resources"],"additionalProperties":false},{"type":"array","items":{"type":"object","properties":{"effect":{"type":"string","enum":["allow","deny"],"default":"allow"},"actions":{"anyOf":[{"type":"string"},{"type":"array","items":{"type":"string"}}]},"resources":{"anyOf":[{"anyOf":[{"type":"string","pattern":"^arn\\:"},{"type":"string","const":"*"}]},{"type":"array","items":{"anyOf":[{"type":"string","pattern":"^arn\\:"},{"type":"string","const":"*"}]}}]}},"required":["actions","resources"],"additionalProperties":false}}],"description":"Add IAM permissions to your job.","markdownDescription":"Add IAM permissions to your job."},"timeout":{"type":"string","pattern":"^[0-9]+ (seconds?|minutes?|hours?|days?|weeks?)$","description":"The maximum time the job is allowed to run before being stopped. Default: 30 minutes.\n\n@default \"30 minutes\"\n\n@default \"30 minutes\"","markdownDescription":"The maximum time the job is allowed to run before being stopped. Default: 30 minutes.\n\n@default ```\"30 minutes\"```\n\n@default ```\"30 minutes\"```","default":"30 minutes"}},"required":["code"],"additionalProperties":false}]},"description":"Define the jobs in your stack.","markdownDescription":"Define the jobs in your stack."},"tasks":{"type":"object","additionalProperties":{"anyOf":[{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```","default":true},"external":{"type":"array","items":{"type":"string"},"description":"A list of external packages that won't be included in the bundle.","markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"type":"array","items":{"type":"string"},"description":"A list of glob patterns, which specifies the files that should be imported as string.","markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"],"additionalProperties":false}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}]},{"type":"object","properties":{"consumer":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```","default":true},"external":{"type":"array","items":{"type":"string"},"description":"A list of external packages that won't be included in the bundle.","markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"type":"array","items":{"type":"string"},"description":"A list of glob patterns, which specifies the files that should be imported as string.","markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"],"additionalProperties":false}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}]}},"required":["consumer"],"additionalProperties":false}]},"description":"Define the tasks in your stack.","markdownDescription":"Define the tasks in your stack."},"tables":{"type":"object","additionalProperties":{"type":"object","properties":{"hash":{"type":"string","minLength":1,"maxLength":255,"description":"Specifies the name of the partition / hash key that makes up the primary key for the table.","markdownDescription":"Specifies the name of the partition / hash key that makes up the primary key for the table."},"sort":{"type":"string","minLength":1,"maxLength":255,"description":"Specifies the name of the range / sort key that makes up the primary key for the table.","markdownDescription":"Specifies the name of the range / sort key that makes up the primary key for the table."},"fields":{"type":"object","additionalProperties":{"type":"string","enum":["string","number","binary"]},"description":"A list of attributes that describe the key schema for the table and indexes. If no attribute field is defined we default to \"string\".","markdownDescription":"A list of attributes that describe the key schema for the table and indexes. If no attribute field is defined we default to \"string\"."},"class":{"type":"string","enum":["standard","standard-infrequent-access"],"default":"standard","description":"The table class of the table.\n\n@default \"standard\"","markdownDescription":"The table class of the table.\n\n@default ```\"standard\"```"},"pointInTimeRecovery":{"type":"boolean","default":false,"description":"Indicates whether point in time recovery is enabled on the table.\n\n@default false","markdownDescription":"Indicates whether point in time recovery is enabled on the table.\n\n@default ```false```"},"ttl":{"type":"string","minLength":1,"maxLength":255,"description":"The name of the TTL attribute used to store the expiration time for items in the table.\nTo update this property, you must first disable TTL and then enable TTL with the new attribute name.","markdownDescription":"The name of the TTL attribute used to store the expiration time for items in the table.\nTo update this property, you must first disable TTL and then enable TTL with the new attribute name."},"stream":{"type":"object","properties":{"type":{"type":"string","enum":["keys-only","new-image","old-image","new-and-old-images"],"description":"When an item in the table is modified, you can determines what information is written to the stream for this table.\nValid values are:\n- keys-only - Only the key attributes of the modified item are written to the stream.\n- new-image - The entire item, as it appears after it was modified, is written to the stream.\n- old-image - The entire item, as it appeared before it was modified, is written to the stream.\n- new-and-old-images - Both the new and the old item images of the item are written to the stream.","markdownDescription":"When an item in the table is modified, you can determines what information is written to the stream for this table.\nValid values are:\n- keys-only - Only the key attributes of the modified item are written to the stream.\n- new-image - The entire item, as it appears after it was modified, is written to the stream.\n- old-image - The entire item, as it appeared before it was modified, is written to the stream.\n- new-and-old-images - Both the new and the old item images of the item are written to the stream."},"batchSize":{"type":"number","minimum":1,"maximum":10000,"default":1,"description":"The maximum number of records in each batch that Lambda pulls from your stream and sends to your function.\nLambda passes all of the records in the batch to the function in a single call, up to the payload limit for synchronous invocation (6 MB).\nYou can specify a number from 1 to 10000.\n\n@default 1","markdownDescription":"The maximum number of records in each batch that Lambda pulls from your stream and sends to your function.\nLambda passes all of the records in the batch to the function in a single call, up to the payload limit for synchronous invocation (6 MB).\nYou can specify a number from 1 to 10000.\n\n@default ```1```"},"batchWindow":{"type":"string","pattern":"^[0-9]+ (seconds?|minutes?|hours?|days?|weeks?)$","description":"The maximum amount of time that is spend gathering records before invoking the function.\nYou can specify a duration from 1 seconds to 5 minutes.","markdownDescription":"The maximum amount of time that is spend gathering records before invoking the function.\nYou can specify a duration from 1 seconds to 5 minutes."},"retryAttempts":{"type":"number","minimum":-1,"maximum":10000,"default":2,"description":"Discard records after the specified number of retries.\n-1 will sets the maximum number of retries to infinite.\nWhen maxRetryAttempts is infinite, Lambda retries failed records until the record expires in the event source.\nYou can specify a number from -1 to 10000.\nThe default value is 2\n\n@default 2","markdownDescription":"Discard records after the specified number of retries.\n-1 will sets the maximum number of retries to infinite.\nWhen maxRetryAttempts is infinite, Lambda retries failed records until the record expires in the event source.\nYou can specify a number from -1 to 10000.\nThe default value is 2\n\n@default ```2```"},"concurrencyPerShard":{"type":"number","minimum":1,"maximum":10,"default":1,"description":"The number of batches to process concurrently from each shard.\nYou can specify a number from 1 to 10.\n\n@default 1","markdownDescription":"The number of batches to process concurrently from each shard.\nYou can specify a number from 1 to 10.\n\n@default ```1```"},"consumer":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```","default":true},"external":{"type":"array","items":{"type":"string"},"description":"A list of external packages that won't be included in the bundle.","markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"type":"array","items":{"type":"string"},"description":"A list of glob patterns, which specifies the files that should be imported as string.","markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"],"additionalProperties":false}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}],"description":"The consuming lambda function for the stream","markdownDescription":"The consuming lambda function for the stream"}},"required":["type","consumer"],"additionalProperties":false,"description":"The settings for the DynamoDB table stream, which capture changes to items stored in the table.","markdownDescription":"The settings for the DynamoDB table stream, which capture changes to items stored in the table."},"indexes":{"type":"object","additionalProperties":{"type":"object","properties":{"hash":{"anyOf":[{"type":"string","minLength":1,"maxLength":255},{"type":"array","items":{"type":"string","minLength":1,"maxLength":255}}],"description":"Specifies the name of the partition / hash key that makes up the primary key for the global secondary index.","markdownDescription":"Specifies the name of the partition / hash key that makes up the primary key for the global secondary index."},"sort":{"anyOf":[{"type":"string","minLength":1,"maxLength":255},{"type":"array","items":{"type":"string","minLength":1,"maxLength":255}}],"description":"Specifies the name of the range / sort key that makes up the primary key for the global secondary index.","markdownDescription":"Specifies the name of the range / sort key that makes up the primary key for the global secondary index."},"projection":{"type":"string","enum":["all","keys-only"],"default":"all","description":"The set of attributes that are projected into the index:\n- all - All of the table attributes are projected into the index.\n- keys-only - Only the index and primary keys are projected into the index.\n@default \"all\"\n\n@default \"all\"","markdownDescription":"The set of attributes that are projected into the index:\n- all - All of the table attributes are projected into the index.\n- keys-only - Only the index and primary keys are projected into the index.\n@default \"all\"\n\n@default ```\"all\"```"}},"required":["hash"],"additionalProperties":false},"description":"Specifies the global secondary indexes to be created on the table.","markdownDescription":"Specifies the global secondary indexes to be created on the table."}},"required":["hash"],"additionalProperties":false},"description":"Define the tables in your stack.","markdownDescription":"Define the tables in your stack."},"stores":{"anyOf":[{"type":"array","items":{"type":"string","minLength":3,"maxLength":24,"pattern":"^[a-z0-9\\-]+$"}},{"type":"object","additionalProperties":{"type":"object","properties":{"static":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local directory without checking if the directory exists.","markdownDescription":"Specifies a local directory without checking if the directory exists."}},"required":["nocheck"],"additionalProperties":false}],"description":"Specifies the path to the static files directory.","markdownDescription":"Specifies the path to the static files directory."},"lifecycle":{"type":"array","items":{"type":"object","properties":{"prefix":{"type":"string","description":"Object-key prefix this rule applies to. Omit to apply bucket-wide.","markdownDescription":"Object-key prefix this rule applies to. Omit to apply bucket-wide."},"expiration":{"type":"string","pattern":"^[0-9]+ (seconds?|minutes?|hours?|days?|weeks?)$","description":"How long objects matching this rule live before S3 deletes them.","markdownDescription":"How long objects matching this rule live before S3 deletes them."}},"required":["expiration"],"additionalProperties":false},"description":"S3 lifecycle rules for this store. Each rule expires objects matching an optional prefix.","markdownDescription":"S3 lifecycle rules for this store. Each rule expires objects matching an optional prefix."},"events":{"type":"object","properties":{"created:*":{"anyOf":[{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```","default":true},"external":{"type":"array","items":{"type":"string"},"description":"A list of external packages that won't be included in the bundle.","markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"type":"array","items":{"type":"string"},"description":"A list of glob patterns, which specifies the files that should be imported as string.","markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"],"additionalProperties":false}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}]},{"type":"object","properties":{"consumer":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```","default":true},"external":{"type":"array","items":{"type":"string"},"description":"A list of external packages that won't be included in the bundle.","markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"type":"array","items":{"type":"string"},"description":"A list of glob patterns, which specifies the files that should be imported as string.","markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"],"additionalProperties":false}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}]}},"required":["consumer"],"additionalProperties":false}],"description":"Subscribe to notifications regardless of the API that was used to create an object.","markdownDescription":"Subscribe to notifications regardless of the API that was used to create an object."},"created:put":{"anyOf":[{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```","default":true},"external":{"type":"array","items":{"type":"string"},"description":"A list of external packages that won't be included in the bundle.","markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"type":"array","items":{"type":"string"},"description":"A list of glob patterns, which specifies the files that should be imported as string.","markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"],"additionalProperties":false}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}]},{"type":"object","properties":{"consumer":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```","default":true},"external":{"type":"array","items":{"type":"string"},"description":"A list of external packages that won't be included in the bundle.","markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"type":"array","items":{"type":"string"},"description":"A list of glob patterns, which specifies the files that should be imported as string.","markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"],"additionalProperties":false}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}]}},"required":["consumer"],"additionalProperties":false}],"description":"Subscribe to notifications when an object is created using the PUT API operation.","markdownDescription":"Subscribe to notifications when an object is created using the PUT API operation."},"created:post":{"anyOf":[{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```","default":true},"external":{"type":"array","items":{"type":"string"},"description":"A list of external packages that won't be included in the bundle.","markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"type":"array","items":{"type":"string"},"description":"A list of glob patterns, which specifies the files that should be imported as string.","markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"],"additionalProperties":false}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}]},{"type":"object","properties":{"consumer":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```","default":true},"external":{"type":"array","items":{"type":"string"},"description":"A list of external packages that won't be included in the bundle.","markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"type":"array","items":{"type":"string"},"description":"A list of glob patterns, which specifies the files that should be imported as string.","markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"],"additionalProperties":false}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}]}},"required":["consumer"],"additionalProperties":false}],"description":"Subscribe to notifications when an object is created using the POST API operation.","markdownDescription":"Subscribe to notifications when an object is created using the POST API operation."},"created:copy":{"anyOf":[{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```","default":true},"external":{"type":"array","items":{"type":"string"},"description":"A list of external packages that won't be included in the bundle.","markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"type":"array","items":{"type":"string"},"description":"A list of glob patterns, which specifies the files that should be imported as string.","markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"],"additionalProperties":false}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}]},{"type":"object","properties":{"consumer":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```","default":true},"external":{"type":"array","items":{"type":"string"},"description":"A list of external packages that won't be included in the bundle.","markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"type":"array","items":{"type":"string"},"description":"A list of glob patterns, which specifies the files that should be imported as string.","markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"],"additionalProperties":false}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}]}},"required":["consumer"],"additionalProperties":false}],"description":"Subscribe to notifications when an object is created using the COPY API operation.","markdownDescription":"Subscribe to notifications when an object is created using the COPY API operation."},"created:upload":{"anyOf":[{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```","default":true},"external":{"type":"array","items":{"type":"string"},"description":"A list of external packages that won't be included in the bundle.","markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"type":"array","items":{"type":"string"},"description":"A list of glob patterns, which specifies the files that should be imported as string.","markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"],"additionalProperties":false}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}]},{"type":"object","properties":{"consumer":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```","default":true},"external":{"type":"array","items":{"type":"string"},"description":"A list of external packages that won't be included in the bundle.","markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"type":"array","items":{"type":"string"},"description":"A list of glob patterns, which specifies the files that should be imported as string.","markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"],"additionalProperties":false}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}]}},"required":["consumer"],"additionalProperties":false}],"description":"Subscribe to notifications when an object multipart upload has been completed.","markdownDescription":"Subscribe to notifications when an object multipart upload has been completed."},"removed:*":{"anyOf":[{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```","default":true},"external":{"type":"array","items":{"type":"string"},"description":"A list of external packages that won't be included in the bundle.","markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"type":"array","items":{"type":"string"},"description":"A list of glob patterns, which specifies the files that should be imported as string.","markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"],"additionalProperties":false}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}]},{"type":"object","properties":{"consumer":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```","default":true},"external":{"type":"array","items":{"type":"string"},"description":"A list of external packages that won't be included in the bundle.","markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"type":"array","items":{"type":"string"},"description":"A list of glob patterns, which specifies the files that should be imported as string.","markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"],"additionalProperties":false}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}]}},"required":["consumer"],"additionalProperties":false}],"description":"Subscribe to notifications when an object is deleted or a delete marker for a versioned object is created.","markdownDescription":"Subscribe to notifications when an object is deleted or a delete marker for a versioned object is created."},"removed:delete":{"anyOf":[{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```","default":true},"external":{"type":"array","items":{"type":"string"},"description":"A list of external packages that won't be included in the bundle.","markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"type":"array","items":{"type":"string"},"description":"A list of glob patterns, which specifies the files that should be imported as string.","markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"],"additionalProperties":false}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}]},{"type":"object","properties":{"consumer":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```","default":true},"external":{"type":"array","items":{"type":"string"},"description":"A list of external packages that won't be included in the bundle.","markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"type":"array","items":{"type":"string"},"description":"A list of glob patterns, which specifies the files that should be imported as string.","markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"],"additionalProperties":false}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}]}},"required":["consumer"],"additionalProperties":false}],"description":"Subscribe to notifications when an object is deleted","markdownDescription":"Subscribe to notifications when an object is deleted"},"removed:marker":{"anyOf":[{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```","default":true},"external":{"type":"array","items":{"type":"string"},"description":"A list of external packages that won't be included in the bundle.","markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"type":"array","items":{"type":"string"},"description":"A list of glob patterns, which specifies the files that should be imported as string.","markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"],"additionalProperties":false}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}]},{"type":"object","properties":{"consumer":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```","default":true},"external":{"type":"array","items":{"type":"string"},"description":"A list of external packages that won't be included in the bundle.","markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"type":"array","items":{"type":"string"},"description":"A list of glob patterns, which specifies the files that should be imported as string.","markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"],"additionalProperties":false}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}]}},"required":["consumer"],"additionalProperties":false}],"description":"Subscribe to notifications when a delete marker for a versioned object is created.","markdownDescription":"Subscribe to notifications when a delete marker for a versioned object is created."}},"additionalProperties":false,"description":"Describes the store events you want to subscribe too.","markdownDescription":"Describes the store events you want to subscribe too."}},"additionalProperties":false}}],"description":"Define the stores in your stack.","markdownDescription":"Define the stores in your stack."},"queues":{"type":"object","additionalProperties":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"consumer":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```","default":true},"external":{"type":"array","items":{"type":"string"},"description":"A list of external packages that won't be included in the bundle.","markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"type":"array","items":{"type":"string"},"description":"A list of glob patterns, which specifies the files that should be imported as string.","markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"],"additionalProperties":false}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}],"description":"The consuming lambda function properties.","markdownDescription":"The consuming lambda function properties."},"retentionPeriod":{"type":"string","pattern":"^[0-9]+ (seconds?|minutes?|hours?|days?|weeks?)$","description":"The number of seconds that Amazon SQS retains a message. You can specify a duration from 1 minute to 14 days.","markdownDescription":"The number of seconds that Amazon SQS retains a message. You can specify a duration from 1 minute to 14 days."},"receiveMessageWaitTime":{"type":"string","pattern":"^[0-9]+ (seconds?|minutes?|hours?|days?|weeks?)$","description":"Long-polling wait time. You can specify a duration from 1 to 20 seconds.","markdownDescription":"Long-polling wait time. You can specify a duration from 1 to 20 seconds."},"maxMessageSize":{"type":"string","pattern":"^[0-9]+ (B|KB|MB|GB|TB|PB)$","description":"Message size limit. You can specify a size from 1 KB to 256 KB.","markdownDescription":"Message size limit. You can specify a size from 1 KB to 256 KB."},"batchSize":{"type":"integer","minimum":1,"maximum":10,"description":"The maximum number of records per batch. FIFO queues are capped at 10.","markdownDescription":"The maximum number of records per batch. FIFO queues are capped at 10."}},"additionalProperties":false}]},"description":"Define the queues in your stack. Queues are FIFO with required per-message groupId: messages with the same groupId are processed strictly in order; different groupIds parallelize.","markdownDescription":"Define the queues in your stack. Queues are FIFO with required per-message groupId: messages with the same groupId are processed strictly in order; different groupIds parallelize."},"pubsub":{"type":"object","additionalProperties":{"type":"object","properties":{"connected":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```","default":true},"external":{"type":"array","items":{"type":"string"},"description":"A list of external packages that won't be included in the bundle.","markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"type":"array","items":{"type":"string"},"description":"A list of glob patterns, which specifies the files that should be imported as string.","markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"],"additionalProperties":false}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}],"description":"Subscribe to the event when a client connects.","markdownDescription":"Subscribe to the event when a client connects."},"disconnected":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```","default":true},"external":{"type":"array","items":{"type":"string"},"description":"A list of external packages that won't be included in the bundle.","markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"type":"array","items":{"type":"string"},"description":"A list of glob patterns, which specifies the files that should be imported as string.","markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"],"additionalProperties":false}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}],"description":"Subscribe to the event when a client disconnects.","markdownDescription":"Subscribe to the event when a client disconnects."},"subscribed":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```","default":true},"external":{"type":"array","items":{"type":"string"},"description":"A list of external packages that won't be included in the bundle.","markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"type":"array","items":{"type":"string"},"description":"A list of glob patterns, which specifies the files that should be imported as string.","markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"],"additionalProperties":false}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}],"description":"Subscribe to the event when a client subscribes to topics.","markdownDescription":"Subscribe to the event when a client subscribes to topics."},"unsubscribed":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```","default":true},"external":{"type":"array","items":{"type":"string"},"description":"A list of external packages that won't be included in the bundle.","markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"type":"array","items":{"type":"string"},"description":"A list of glob patterns, which specifies the files that should be imported as string.","markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"],"additionalProperties":false}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}],"description":"Subscribe to the event when a client unsubscribes from topics.","markdownDescription":"Subscribe to the event when a client unsubscribes from topics."}},"additionalProperties":false},"description":"Define the pubsub event listeners in your stack.","markdownDescription":"Define the pubsub event listeners in your stack."},"searchs":{"type":"object","additionalProperties":{"type":"object","properties":{"type":{"anyOf":[{"type":"string","enum":["t3.small","t3.medium","m3.medium","m3.large","m3.xlarge","m3.2xlarge","m4.large","m4.xlarge","m4.2xlarge","m4.4xlarge","m4.10xlarge","m5.large","m5.xlarge","m5.2xlarge","m5.4xlarge","m5.12xlarge","m5.24xlarge","r5.large","r5.xlarge","r5.2xlarge","r5.4xlarge","r5.12xlarge","r5.24xlarge","c5.large","c5.xlarge","c5.2xlarge","c5.4xlarge","c5.9xlarge","c5.18xlarge","or1.medium","or1.large","or1.xlarge","or1.2xlarge","or1.4xlarge","or1.8xlarge","or1.12xlarge","or1.16xlarge","ultrawarm1.medium","ultrawarm1.large","ultrawarm1.xlarge","r3.large","r3.xlarge","r3.2xlarge","r3.4xlarge","r3.8xlarge","i2.xlarge","i2.2xlarge","i3.large","i3.xlarge","i3.2xlarge","i3.4xlarge","i3.8xlarge","i3.16xlarge","r6g.large","r6g.xlarge","r6g.2xlarge","r6g.4xlarge","r6g.8xlarge","r6g.12xlarge","m6g.large","m6g.xlarge","m6g.2xlarge","m6g.4xlarge","m6g.8xlarge","m6g.12xlarge","r6gd.large","r6gd.xlarge","r6gd.2xlarge","r6gd.4xlarge","r6gd.8xlarge","r6gd.12xlarge","r6gd.16xlarge"]},{"type":"string"}],"description":"Instance type of data nodes in the cluster.","markdownDescription":"Instance type of data nodes in the cluster.","default":"t3.small"},"count":{"type":"integer","minimum":1,"description":"Number of instances in the cluster.\n\n@default 1","markdownDescription":"Number of instances in the cluster.\n\n@default ```1```","default":1},"version":{"anyOf":[{"type":"string","enum":["2.13","2.11","2.9","2.7","2.5","2.3","1.3"]},{"type":"string"}],"description":"Specify the OpenSearch engine version.","markdownDescription":"Specify the OpenSearch engine version.","default":"2.13"},"storage":{"type":"string","pattern":"^[0-9]+ (B|KB|MB|GB|TB|PB)$","description":"The size of the function's /tmp directory. You can specify a size value from 512 MB to 10 GiB.\n\n@default \"10 GB\"","markdownDescription":"The size of the function's /tmp directory. You can specify a size value from 512 MB to 10 GiB.\n\n@default ```\"10 GB\"```","default":"10 GB"}},"additionalProperties":false},"description":"Define the search instances in your stack. Backed by OpenSearch.","markdownDescription":"Define the search instances in your stack. Backed by OpenSearch."},"sites":{"type":"object","additionalProperties":{"type":"object","properties":{"router":{"type":"string","minLength":3,"maxLength":24,"pattern":"^[a-z0-9\\-]+$","description":"The router id to link your site with.","markdownDescription":"The router id to link your site with."},"path":{"type":"string","pattern":"^\\/","description":"The path inside the router to link your site to.","markdownDescription":"The path inside the router to link your site to."},"build":{"type":"object","properties":{"command":{"type":"string","description":"Specifies the files and directories to generate the cache key for your custom build command.","markdownDescription":"Specifies the files and directories to generate the cache key for your custom build command."},"cacheKey":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file or directory without checking if the file or directory exists.","markdownDescription":"Specifies a local file or directory without checking if the file or directory exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"array","items":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file or directory without checking if the file or directory exists.","markdownDescription":"Specifies a local file or directory without checking if the file or directory exists."}},"required":["nocheck"],"additionalProperties":false}]}}],"description":"Specifies the files and directories to generate the cache key for your custom build command.","markdownDescription":"Specifies the files and directories to generate the cache key for your custom build command."},"configs":{"type":"array","items":{"type":"string"},"description":"Define the config values for your build command.","markdownDescription":"Define the config values for your build command."}},"required":["command","cacheKey"],"additionalProperties":false,"description":"Specifies the build process for sites that need a build step.","markdownDescription":"Specifies the build process for sites that need a build step."},"static":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local directory without checking if the directory exists.","markdownDescription":"Specifies a local directory without checking if the directory exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"boolean"}],"description":"Specifies the path to the static files directory. Additionally you can also pass `true` when you don't have local static files, but still want to make an S3 bucket.","markdownDescription":"Specifies the path to the static files directory. Additionally you can also pass `true` when you don't have local static files, but still want to make an S3 bucket."},"ssr":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```","default":true},"external":{"type":"array","items":{"type":"string"},"description":"A list of external packages that won't be included in the bundle.","markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"type":"array","items":{"type":"string"},"description":"A list of glob patterns, which specifies the files that should be imported as string.","markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"],"additionalProperties":false}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}],"description":"Specifies the file that will render the site on the server.","markdownDescription":"Specifies the file that will render the site on the server."}},"required":["router","path"],"additionalProperties":false},"description":"Define the sites in your stack.","markdownDescription":"Define the sites in your stack."},"tests":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local directory without checking if the directory exists.","markdownDescription":"Specifies a local directory without checking if the directory exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"array","items":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local directory without checking if the directory exists.","markdownDescription":"Specifies a local directory without checking if the directory exists."}},"required":["nocheck"],"additionalProperties":false}]}},{"type":"boolean","const":false}],"description":"Define the location of your tests for your stack.","markdownDescription":"Define the location of your tests for your stack."},"images":{"type":"object","additionalProperties":{"type":"object","properties":{"router":{"type":"string","minLength":3,"maxLength":24,"pattern":"^[a-z0-9\\-]+$","description":"The router id to link your image proxy.","markdownDescription":"The router id to link your image proxy."},"path":{"type":"string","pattern":"^\\/","description":"The path inside the router to link your image proxy to.","markdownDescription":"The path inside the router to link your image proxy to."},"cacheDuration":{"type":"string","pattern":"^[0-9]+ (seconds?|minutes?|hours?|days?|weeks?)$","description":"Cache duration of the cached images.","markdownDescription":"Cache duration of the cached images."},"presets":{"type":"object","additionalProperties":{"type":"object","properties":{"width":{"type":"integer","exclusiveMinimum":0},"height":{"type":"integer","exclusiveMinimum":0},"fit":{"type":"string","enum":["cover","contain","fill","inside","outside"]},"position":{"type":"string","enum":["top","right top","right","right bottom","bottom","left bottom","left","left top","center"]},"quality":{"type":"integer","minimum":1,"maximum":100}},"additionalProperties":false},"description":"Named presets for image transformations","markdownDescription":"Named presets for image transformations"},"extensions":{"type":"object","properties":{"jpg":{"type":"object","properties":{"mozjpeg":{"type":"boolean"},"progressive":{"type":"boolean"}},"additionalProperties":false},"webp":{"type":"object","properties":{"effort":{"type":"integer","minimum":1,"maximum":10,"default":7},"lossless":{"type":"boolean"},"nearLossless":{"type":"boolean"}},"additionalProperties":false},"png":{"type":"object","properties":{"compressionLevel":{"type":"integer","minimum":0,"maximum":9,"default":6}},"additionalProperties":false}},"additionalProperties":false,"description":"Specify the allowed extensions.","markdownDescription":"Specify the allowed extensions."},"origin":{"anyOf":[{"type":"object","properties":{"static":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local directory without checking if the directory exists.","markdownDescription":"Specifies a local directory without checking if the directory exists."}},"required":["nocheck"],"additionalProperties":false}],"description":"Specifies the path to a local image directory that will be uploaded in S3.","markdownDescription":"Specifies the path to a local image directory that will be uploaded in S3."},"function":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```","default":true},"external":{"type":"array","items":{"type":"string"},"description":"A list of external packages that won't be included in the bundle.","markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"type":"array","items":{"type":"string"},"description":"A list of glob patterns, which specifies the files that should be imported as string.","markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"],"additionalProperties":false}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}],"description":"Specifies the file that will be called when an image isn't found in the (cache) bucket.","markdownDescription":"Specifies the file that will be called when an image isn't found in the (cache) bucket."}},"required":["static"],"additionalProperties":false},{"type":"object","properties":{"static":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local directory without checking if the directory exists.","markdownDescription":"Specifies a local directory without checking if the directory exists."}},"required":["nocheck"],"additionalProperties":false}],"description":"Specifies the path to a local image directory that will be uploaded in S3.","markdownDescription":"Specifies the path to a local image directory that will be uploaded in S3."},"function":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```","default":true},"external":{"type":"array","items":{"type":"string"},"description":"A list of external packages that won't be included in the bundle.","markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"type":"array","items":{"type":"string"},"description":"A list of glob patterns, which specifies the files that should be imported as string.","markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"],"additionalProperties":false}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}],"description":"Specifies the file that will be called when an image isn't found in the (cache) bucket.","markdownDescription":"Specifies the file that will be called when an image isn't found in the (cache) bucket."}},"required":["function"],"additionalProperties":false}],"description":"Specify the origin of your images. Image transformation will be applied from a base image. Base images can be loaded from a S3 bucket (that is synced from a local directory) or dynamicly from a lambda function.","markdownDescription":"Specify the origin of your images. Image transformation will be applied from a base image. Base images can be loaded from a S3 bucket (that is synced from a local directory) or dynamicly from a lambda function."}},"required":["router","path","presets","extensions","origin"],"additionalProperties":false},"description":"Define an image proxy in your stack. Store, transform, optimize, and deliver images at scale.","markdownDescription":"Define an image proxy in your stack. Store, transform, optimize, and deliver images at scale."},"icons":{"type":"object","additionalProperties":{"type":"object","properties":{"router":{"type":"string","minLength":3,"maxLength":24,"pattern":"^[a-z0-9\\-]+$","description":"The router id to link your icon proxy.","markdownDescription":"The router id to link your icon proxy."},"path":{"type":"string","pattern":"^\\/","description":"The path inside the router to link your icon proxy to.","markdownDescription":"The path inside the router to link your icon proxy to."},"cacheDuration":{"type":"string","pattern":"^[0-9]+ (seconds?|minutes?|hours?|days?|weeks?)$","description":"The cache duration of the cached icons.","markdownDescription":"The cache duration of the cached icons."},"preserveIds":{"type":"boolean","default":false,"description":"Preserve the IDs of the icons.\n\n@default false","markdownDescription":"Preserve the IDs of the icons.\n\n@default ```false```"},"symbols":{"type":"boolean","default":false,"description":"Convert the SVG's to SVG symbols.\n\n@default false","markdownDescription":"Convert the SVG's to SVG symbols.\n\n@default ```false```"},"origin":{"anyOf":[{"type":"object","properties":{"static":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local directory without checking if the directory exists.","markdownDescription":"Specifies a local directory without checking if the directory exists."}},"required":["nocheck"],"additionalProperties":false}],"description":"Specifies the path to a local image directory that will be uploaded in S3.","markdownDescription":"Specifies the path to a local image directory that will be uploaded in S3."},"function":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```","default":true},"external":{"type":"array","items":{"type":"string"},"description":"A list of external packages that won't be included in the bundle.","markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"type":"array","items":{"type":"string"},"description":"A list of glob patterns, which specifies the files that should be imported as string.","markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"],"additionalProperties":false}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}],"description":"Specifies the file that will be called when an image isn't found in the (cache) bucket.","markdownDescription":"Specifies the file that will be called when an image isn't found in the (cache) bucket."}},"required":["static"],"additionalProperties":false},{"type":"object","properties":{"static":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local directory without checking if the directory exists.","markdownDescription":"Specifies a local directory without checking if the directory exists."}},"required":["nocheck"],"additionalProperties":false}],"description":"Specifies the path to a local image directory that will be uploaded in S3.","markdownDescription":"Specifies the path to a local image directory that will be uploaded in S3."},"function":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```","default":true},"external":{"type":"array","items":{"type":"string"},"description":"A list of external packages that won't be included in the bundle.","markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"type":"array","items":{"type":"string"},"description":"A list of glob patterns, which specifies the files that should be imported as string.","markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"],"additionalProperties":false}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}],"description":"Specifies the file that will be called when an image isn't found in the (cache) bucket.","markdownDescription":"Specifies the file that will be called when an image isn't found in the (cache) bucket."}},"required":["function"],"additionalProperties":false}],"description":"Image transformation will be applied from a base image. Base images orginates from a local directory that will be uploaded to S3 or from a lambda function.","markdownDescription":"Image transformation will be applied from a base image. Base images orginates from a local directory that will be uploaded to S3 or from a lambda function."}},"required":["router","path","origin"],"additionalProperties":false},"description":"Define an svg icon proxy in your stack. Store, optimize, and deliver svg icons at scale.","markdownDescription":"Define an svg icon proxy in your stack. Store, optimize, and deliver svg icons at scale."},"metrics":{"type":"object","additionalProperties":{"type":"object","properties":{"type":{"type":"string","enum":["number","size","duration"]},"alarms":{"type":"array","items":{"type":"object","properties":{"description":{"type":"string"},"where":{"anyOf":[{"type":"string","pattern":"(count|avg|sum|min|max) (>|>=|<|<=) (\\d)"},{"type":"object","properties":{"stat":{"type":"string","enum":["count","avg","sum","min","max"]},"op":{"type":"string","enum":[">",">=","<","<="]},"value":{"type":"number"}},"required":["stat","op","value"],"additionalProperties":false}]},"period":{"type":"string","pattern":"^[0-9]+ (seconds?|minutes?|hours?|days?|weeks?)$"},"minDataPoints":{"type":"integer","default":1},"trigger":{"anyOf":[{"type":"string","format":"email"},{"type":"array","items":{"type":"string","format":"email"}},{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```","default":true},"external":{"type":"array","items":{"type":"string"},"description":"A list of external packages that won't be included in the bundle.","markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"type":"array","items":{"type":"string"},"description":"A list of glob patterns, which specifies the files that should be imported as string.","markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"],"additionalProperties":false}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}]}]}},"required":["where","period","trigger"],"additionalProperties":false}}},"required":["type"],"additionalProperties":false},"description":"Define the metrics in your stack.","markdownDescription":"Define the metrics in your stack."}},"required":["name"],"additionalProperties":false}},"$schema":"http://json-schema.org/draft-07/schema#","title":"Awsless Stack Config"}
1
+ {"$ref":"#/definitions/stack","definitions":{"stack":{"type":"object","properties":{"$schema":{"type":"string"},"name":{"type":"string","minLength":3,"maxLength":24,"pattern":"^[a-z0-9\\-]+$","description":"Stack name.","markdownDescription":"Stack name."},"depends":{"type":"array","items":{"type":"string","minLength":3,"maxLength":24,"pattern":"^[a-z0-9\\-]+$"},"description":"Define the stacks that this stack is depended on.","markdownDescription":"Define the stacks that this stack is depended on."},"commands":{"type":"object","additionalProperties":{"anyOf":[{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},"handler":{"type":"string","default":"default","description":"The name of the handler that needs to run\n\n@default \"default\"\n\n@default \"default\"","markdownDescription":"The name of the handler that needs to run\n\n@default ```\"default\"```\n\n@default ```\"default\"```"},"description":{"type":"string","description":"A description of the command","markdownDescription":"A description of the command"}},"required":["file"],"additionalProperties":false},{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]}]},"description":"Define the custom commands for your stack.","markdownDescription":"Define the custom commands for your stack."},"rest":{"type":"object","additionalProperties":{"type":"object","additionalProperties":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```","default":true},"external":{"type":"array","items":{"type":"string"},"description":"A list of external packages that won't be included in the bundle.","markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"type":"array","items":{"type":"string"},"description":"A list of glob patterns, which specifies the files that should be imported as string.","markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"],"additionalProperties":false}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}]}},"description":"Define routes in your stack for your global REST API.","markdownDescription":"Define routes in your stack for your global REST API."},"rpc":{"type":"object","additionalProperties":{"type":"object","additionalProperties":{"anyOf":[{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```","default":true},"external":{"type":"array","items":{"type":"string"},"description":"A list of external packages that won't be included in the bundle.","markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"type":"array","items":{"type":"string"},"description":"A list of glob patterns, which specifies the files that should be imported as string.","markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"],"additionalProperties":false}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}]},{"type":"object","properties":{"function":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```","default":true},"external":{"type":"array","items":{"type":"string"},"description":"A list of external packages that won't be included in the bundle.","markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"type":"array","items":{"type":"string"},"description":"A list of glob patterns, which specifies the files that should be imported as string.","markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"],"additionalProperties":false}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}],"description":"The RPC function to execute.","markdownDescription":"The RPC function to execute."},"lock":{"type":"boolean","description":"Specify if the function should be locked on the `lockKey` returned from the auth function.\nAn example would be returning the user ID as `lockKey`.","markdownDescription":"Specify if the function should be locked on the `lockKey` returned from the auth function.\nAn example would be returning the user ID as `lockKey`."}},"required":["function","lock"],"additionalProperties":false}]},"description":"The queries for your global RPC API.","markdownDescription":"The queries for your global RPC API."},"description":"Define the schema in your stack for your global RPC API.","markdownDescription":"Define the schema in your stack for your global RPC API."},"configs":{"type":"array","items":{"type":"string","pattern":"^[a-z0-9-]+$"},"description":"Define the config values for your stack.","markdownDescription":"Define the config values for your stack."},"crons":{"type":"object","additionalProperties":{"type":"object","properties":{"enabled":{"type":"boolean","default":true,"description":"If the cron is enabled.\n\n@default true","markdownDescription":"If the cron is enabled.\n\n@default ```true```"},"consumer":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```","default":true},"external":{"type":"array","items":{"type":"string"},"description":"A list of external packages that won't be included in the bundle.","markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"type":"array","items":{"type":"string"},"description":"A list of glob patterns, which specifies the files that should be imported as string.","markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"],"additionalProperties":false}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}],"description":"The consuming lambda function properties.","markdownDescription":"The consuming lambda function properties."},"schedule":{"anyOf":[{},{}],"description":"The scheduling expression.\n\nexample: \"0 20 * * ? *\"\nexample: \"5 minutes\"","markdownDescription":"The scheduling expression.\n\nexample: \"0 20 * * ? *\"\nexample: \"5 minutes\""},"payload":{"description":"The JSON payload that will be passed to the consumer.","markdownDescription":"The JSON payload that will be passed to the consumer."}},"required":["consumer","schedule"],"additionalProperties":false},"description":"Define the cron jobs in your stack.","markdownDescription":"Define the cron jobs in your stack."},"caches":{"type":"object","additionalProperties":{"type":"object","properties":{"minStorage":{"type":"string","pattern":"^[0-9]+ (B|KB|MB|GB|TB|PB)$","description":"The lower limit for data storage the cache is set to use. You can specify a size value from 1 GB to 5000 GB.","markdownDescription":"The lower limit for data storage the cache is set to use. You can specify a size value from 1 GB to 5000 GB."},"maxStorage":{"type":"string","pattern":"^[0-9]+ (B|KB|MB|GB|TB|PB)$","description":"The upper limit for data storage the cache is set to use. You can specify a size value from 1 GB to 5000 GB.","markdownDescription":"The upper limit for data storage the cache is set to use. You can specify a size value from 1 GB to 5000 GB."},"minECPU":{"type":"integer","minimum":1000,"maximum":15000000,"description":"The minimum number of ECPUs the cache can consume per second. You can specify a integer from 1,000 to 15,000,000.","markdownDescription":"The minimum number of ECPUs the cache can consume per second. You can specify a integer from 1,000 to 15,000,000."},"maxECPU":{"type":"integer","minimum":1000,"maximum":15000000,"description":"The maximum number of ECPUs the cache can consume per second. You can specify a integer from 1,000 to 15,000,000.","markdownDescription":"The maximum number of ECPUs the cache can consume per second. You can specify a integer from 1,000 to 15,000,000."},"snapshotRetentionLimit":{"type":"integer","exclusiveMinimum":0,"default":1}},"additionalProperties":false},"description":"Define the caches in your stack. For access to the cache put your functions inside the global VPC.","markdownDescription":"Define the caches in your stack. For access to the cache put your functions inside the global VPC."},"subscribers":{"type":"object","additionalProperties":{"anyOf":[{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```","default":true},"external":{"type":"array","items":{"type":"string"},"description":"A list of external packages that won't be included in the bundle.","markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"type":"array","items":{"type":"string"},"description":"A list of glob patterns, which specifies the files that should be imported as string.","markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"],"additionalProperties":false}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}]},{"type":"object","properties":{"consumer":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```","default":true},"external":{"type":"array","items":{"type":"string"},"description":"A list of external packages that won't be included in the bundle.","markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"type":"array","items":{"type":"string"},"description":"A list of glob patterns, which specifies the files that should be imported as string.","markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"],"additionalProperties":false}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}]}},"required":["consumer"],"additionalProperties":false}]},"description":"Define the event topics to subscribe too in your stack.","markdownDescription":"Define the event topics to subscribe too in your stack."},"functions":{"type":"object","additionalProperties":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```","default":true},"external":{"type":"array","items":{"type":"string"},"description":"A list of external packages that won't be included in the bundle.","markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"type":"array","items":{"type":"string"},"description":"A list of glob patterns, which specifies the files that should be imported as string.","markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"],"additionalProperties":false}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}]},"description":"Define the functions in your stack.","markdownDescription":"Define the functions in your stack."},"instances":{"type":"object","additionalProperties":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}],"description":"The file path of the instance code.","markdownDescription":"The file path of the instance code."}},"required":["file"],"additionalProperties":false}],"description":"Specify the code of your instance.","markdownDescription":"Specify the code of your instance."},"description":{"type":"string","description":"A description of the instance.","markdownDescription":"A description of the instance."},"image":{"type":"string","description":"The URL of the container image to use. Default: public.ecr.aws/aws-cli/aws-cli:{architecture}","markdownDescription":"The URL of the container image to use. Default: public.ecr.aws/aws-cli/aws-cli:{architecture}"},"startupCommand":{"anyOf":[{"type":"string"},{"type":"array","items":{"type":"string"}}],"description":"Optional shell commands to run before the instance program starts.","markdownDescription":"Optional shell commands to run before the instance program starts."},"log":{"anyOf":[{"type":"boolean"},{"type":"string","pattern":"^[0-9]+ (seconds?|minutes?|hours?|days?|weeks?)$","description":"The log retention duration.","markdownDescription":"The log retention duration."},{"type":"object","properties":{"retention":{"type":"string","pattern":"^[0-9]+ (seconds?|minutes?|hours?|days?|weeks?)$","description":"The log retention duration.","markdownDescription":"The log retention duration."}},"additionalProperties":false}],"description":"Enable logging to a CloudWatch log group. Providing a duration value will set the log retention time.","markdownDescription":"Enable logging to a CloudWatch log group. Providing a duration value will set the log retention time."},"cpu":{"type":"number","enum":[0.25,0.5,1,2,4,8,16],"description":"The number of virtual CPU units (vCPU) used by the instance. Valid values: 0.25, 0.5, 1, 2, 4, 8, 16 vCPU.","markdownDescription":"The number of virtual CPU units (vCPU) used by the instance. Valid values: 0.25, 0.5, 1, 2, 4, 8, 16 vCPU."},"memorySize":{"type":"string","pattern":"^[0-9]+ (B|KB|MB|GB|TB|PB)$","description":"The amount of memory (in MiB) used by the instance. Valid memory values depend on the CPU configuration.","markdownDescription":"The amount of memory (in MiB) used by the instance. Valid memory values depend on the CPU configuration."},"architecture":{"type":"string","enum":["x86_64","arm64"],"description":"The instruction set architecture that the instance supports.","markdownDescription":"The instruction set architecture that the instance supports."},"environment":{"type":"object","additionalProperties":{"type":"string"},"description":"Environment variable key-value pairs.","markdownDescription":"Environment variable key-value pairs."},"permissions":{"anyOf":[{"type":"object","properties":{"effect":{"type":"string","enum":["allow","deny"],"default":"allow"},"actions":{"anyOf":[{"type":"string"},{"type":"array","items":{"type":"string"}}]},"resources":{"anyOf":[{"anyOf":[{"type":"string","pattern":"^arn\\:"},{"type":"string","const":"*"}]},{"type":"array","items":{"anyOf":[{"type":"string","pattern":"^arn\\:"},{"type":"string","const":"*"}]}}]}},"required":["actions","resources"],"additionalProperties":false},{"type":"array","items":{"type":"object","properties":{"effect":{"type":"string","enum":["allow","deny"],"default":"allow"},"actions":{"anyOf":[{"type":"string"},{"type":"array","items":{"type":"string"}}]},"resources":{"anyOf":[{"anyOf":[{"type":"string","pattern":"^arn\\:"},{"type":"string","const":"*"}]},{"type":"array","items":{"anyOf":[{"type":"string","pattern":"^arn\\:"},{"type":"string","const":"*"}]}}]}},"required":["actions","resources"],"additionalProperties":false}}],"description":"Add IAM permissions to your instance.","markdownDescription":"Add IAM permissions to your instance."},"healthCheck":{"type":"object","properties":{"path":{"type":"string","description":"The path that the container runs to determine if it is healthy.","markdownDescription":"The path that the container runs to determine if it is healthy."},"interval":{"type":"string","pattern":"^[0-9]+ (seconds?|minutes?|hours?|days?|weeks?)$","description":"The time period in seconds between each health check execution.","markdownDescription":"The time period in seconds between each health check execution."},"retries":{"type":"integer","minimum":1,"maximum":10,"description":"The number of times to retry a failed health check before the container is considered unhealthy.","markdownDescription":"The number of times to retry a failed health check before the container is considered unhealthy."},"startPeriod":{"type":"string","pattern":"^[0-9]+ (seconds?|minutes?|hours?|days?|weeks?)$","description":"The optional grace period to provide containers time to bootstrap before failed health checks count towards the maximum number of retries.","markdownDescription":"The optional grace period to provide containers time to bootstrap before failed health checks count towards the maximum number of retries."},"timeout":{"type":"string","pattern":"^[0-9]+ (seconds?|minutes?|hours?|days?|weeks?)$","description":"The time period in seconds to wait for a health check to succeed before it is considered a failure.","markdownDescription":"The time period in seconds to wait for a health check to succeed before it is considered a failure."}},"required":["path","interval","retries","startPeriod","timeout"],"additionalProperties":false,"description":"The health check command and associated configuration parameters for the container.","markdownDescription":"The health check command and associated configuration parameters for the container."}},"required":["code"],"additionalProperties":false}]},"description":"Define the instances in your stack.","markdownDescription":"Define the instances in your stack."},"jobs":{"type":"object","additionalProperties":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}],"description":"The file path of the job code.","markdownDescription":"The file path of the job code."}},"required":["file"],"additionalProperties":false}],"description":"Specify the code of your job.","markdownDescription":"Specify the code of your job."},"image":{"type":"string","description":"The URL of the container image to use. Default: public.ecr.aws/aws-cli/aws-cli:{architecture}","markdownDescription":"The URL of the container image to use. Default: public.ecr.aws/aws-cli/aws-cli:{architecture}"},"persistentStorage":{"type":"boolean","description":"Mount persistent storage for the job at a fixed internal path.","markdownDescription":"Mount persistent storage for the job at a fixed internal path."},"startupCommand":{"anyOf":[{"type":"string"},{"type":"array","items":{"type":"string"}}],"description":"Optional shell commands to run before the job executable is downloaded and started.","markdownDescription":"Optional shell commands to run before the job executable is downloaded and started."},"log":{"anyOf":[{"type":"boolean"},{"type":"string","pattern":"^[0-9]+ (seconds?|minutes?|hours?|days?|weeks?)$","description":"The log retention duration.","markdownDescription":"The log retention duration."},{"type":"object","properties":{"retention":{"type":"string","pattern":"^[0-9]+ (seconds?|minutes?|hours?|days?|weeks?)$","description":"The log retention duration.","markdownDescription":"The log retention duration."}},"additionalProperties":false}],"description":"Enable logging to a CloudWatch log group. Providing a duration value will set the log retention time.","markdownDescription":"Enable logging to a CloudWatch log group. Providing a duration value will set the log retention time."},"cpu":{"type":"number","enum":[0.25,0.5,1,2,4,8,16],"description":"The number of virtual CPU units (vCPU) used by the job. Valid values: 0.25, 0.5, 1, 2, 4, 8, 16 vCPU.","markdownDescription":"The number of virtual CPU units (vCPU) used by the job. Valid values: 0.25, 0.5, 1, 2, 4, 8, 16 vCPU."},"memorySize":{"type":"string","pattern":"^[0-9]+ (B|KB|MB|GB|TB|PB)$","description":"The amount of memory (in MiB) used by the job. Valid memory values depend on the CPU configuration.","markdownDescription":"The amount of memory (in MiB) used by the job. Valid memory values depend on the CPU configuration."},"architecture":{"type":"string","enum":["x86_64","arm64"],"description":"The instruction set architecture that the job supports.","markdownDescription":"The instruction set architecture that the job supports."},"environment":{"type":"object","additionalProperties":{"type":"string"},"description":"Environment variable key-value pairs.","markdownDescription":"Environment variable key-value pairs."},"permissions":{"anyOf":[{"type":"object","properties":{"effect":{"type":"string","enum":["allow","deny"],"default":"allow"},"actions":{"anyOf":[{"type":"string"},{"type":"array","items":{"type":"string"}}]},"resources":{"anyOf":[{"anyOf":[{"type":"string","pattern":"^arn\\:"},{"type":"string","const":"*"}]},{"type":"array","items":{"anyOf":[{"type":"string","pattern":"^arn\\:"},{"type":"string","const":"*"}]}}]}},"required":["actions","resources"],"additionalProperties":false},{"type":"array","items":{"type":"object","properties":{"effect":{"type":"string","enum":["allow","deny"],"default":"allow"},"actions":{"anyOf":[{"type":"string"},{"type":"array","items":{"type":"string"}}]},"resources":{"anyOf":[{"anyOf":[{"type":"string","pattern":"^arn\\:"},{"type":"string","const":"*"}]},{"type":"array","items":{"anyOf":[{"type":"string","pattern":"^arn\\:"},{"type":"string","const":"*"}]}}]}},"required":["actions","resources"],"additionalProperties":false}}],"description":"Add IAM permissions to your job.","markdownDescription":"Add IAM permissions to your job."},"timeout":{"type":"string","pattern":"^[0-9]+ (seconds?|minutes?|hours?|days?|weeks?)$","description":"The maximum time the job is allowed to run before being stopped. Default: 30 minutes.\n\n@default \"30 minutes\"\n\n@default \"30 minutes\"","markdownDescription":"The maximum time the job is allowed to run before being stopped. Default: 30 minutes.\n\n@default ```\"30 minutes\"```\n\n@default ```\"30 minutes\"```","default":"30 minutes"}},"required":["code"],"additionalProperties":false}]},"description":"Define the jobs in your stack.","markdownDescription":"Define the jobs in your stack."},"tasks":{"type":"object","additionalProperties":{"anyOf":[{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```","default":true},"external":{"type":"array","items":{"type":"string"},"description":"A list of external packages that won't be included in the bundle.","markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"type":"array","items":{"type":"string"},"description":"A list of glob patterns, which specifies the files that should be imported as string.","markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"],"additionalProperties":false}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}]},{"type":"object","properties":{"consumer":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```","default":true},"external":{"type":"array","items":{"type":"string"},"description":"A list of external packages that won't be included in the bundle.","markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"type":"array","items":{"type":"string"},"description":"A list of glob patterns, which specifies the files that should be imported as string.","markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"],"additionalProperties":false}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}]}},"required":["consumer"],"additionalProperties":false}]},"description":"Define the tasks in your stack.","markdownDescription":"Define the tasks in your stack."},"tables":{"type":"object","additionalProperties":{"type":"object","properties":{"hash":{"type":"string","minLength":1,"maxLength":255,"description":"Specifies the name of the partition / hash key that makes up the primary key for the table.","markdownDescription":"Specifies the name of the partition / hash key that makes up the primary key for the table."},"sort":{"type":"string","minLength":1,"maxLength":255,"description":"Specifies the name of the range / sort key that makes up the primary key for the table.","markdownDescription":"Specifies the name of the range / sort key that makes up the primary key for the table."},"fields":{"type":"object","additionalProperties":{"type":"string","enum":["string","number","binary"]},"description":"A list of attributes that describe the key schema for the table and indexes. If no attribute field is defined we default to \"string\".","markdownDescription":"A list of attributes that describe the key schema for the table and indexes. If no attribute field is defined we default to \"string\"."},"class":{"type":"string","enum":["standard","standard-infrequent-access"],"default":"standard","description":"The table class of the table.\n\n@default \"standard\"","markdownDescription":"The table class of the table.\n\n@default ```\"standard\"```"},"pointInTimeRecovery":{"type":"boolean","default":false,"description":"Indicates whether point in time recovery is enabled on the table.\n\n@default false","markdownDescription":"Indicates whether point in time recovery is enabled on the table.\n\n@default ```false```"},"ttl":{"type":"string","minLength":1,"maxLength":255,"description":"The name of the TTL attribute used to store the expiration time for items in the table.\nTo update this property, you must first disable TTL and then enable TTL with the new attribute name.","markdownDescription":"The name of the TTL attribute used to store the expiration time for items in the table.\nTo update this property, you must first disable TTL and then enable TTL with the new attribute name."},"stream":{"type":"object","properties":{"type":{"type":"string","enum":["keys-only","new-image","old-image","new-and-old-images"],"description":"When an item in the table is modified, you can determines what information is written to the stream for this table.\nValid values are:\n- keys-only - Only the key attributes of the modified item are written to the stream.\n- new-image - The entire item, as it appears after it was modified, is written to the stream.\n- old-image - The entire item, as it appeared before it was modified, is written to the stream.\n- new-and-old-images - Both the new and the old item images of the item are written to the stream.","markdownDescription":"When an item in the table is modified, you can determines what information is written to the stream for this table.\nValid values are:\n- keys-only - Only the key attributes of the modified item are written to the stream.\n- new-image - The entire item, as it appears after it was modified, is written to the stream.\n- old-image - The entire item, as it appeared before it was modified, is written to the stream.\n- new-and-old-images - Both the new and the old item images of the item are written to the stream."},"batchSize":{"type":"number","minimum":1,"maximum":10000,"default":1,"description":"The maximum number of records in each batch that Lambda pulls from your stream and sends to your function.\nLambda passes all of the records in the batch to the function in a single call, up to the payload limit for synchronous invocation (6 MB).\nYou can specify a number from 1 to 10000.\n\n@default 1","markdownDescription":"The maximum number of records in each batch that Lambda pulls from your stream and sends to your function.\nLambda passes all of the records in the batch to the function in a single call, up to the payload limit for synchronous invocation (6 MB).\nYou can specify a number from 1 to 10000.\n\n@default ```1```"},"batchWindow":{"type":"string","pattern":"^[0-9]+ (seconds?|minutes?|hours?|days?|weeks?)$","description":"The maximum amount of time that is spend gathering records before invoking the function.\nYou can specify a duration from 1 seconds to 5 minutes.","markdownDescription":"The maximum amount of time that is spend gathering records before invoking the function.\nYou can specify a duration from 1 seconds to 5 minutes."},"retryAttempts":{"type":"number","minimum":-1,"maximum":10000,"default":2,"description":"Discard records after the specified number of retries.\n-1 will sets the maximum number of retries to infinite.\nWhen maxRetryAttempts is infinite, Lambda retries failed records until the record expires in the event source.\nYou can specify a number from -1 to 10000.\nThe default value is 2\n\n@default 2","markdownDescription":"Discard records after the specified number of retries.\n-1 will sets the maximum number of retries to infinite.\nWhen maxRetryAttempts is infinite, Lambda retries failed records until the record expires in the event source.\nYou can specify a number from -1 to 10000.\nThe default value is 2\n\n@default ```2```"},"concurrencyPerShard":{"type":"number","minimum":1,"maximum":10,"default":1,"description":"The number of batches to process concurrently from each shard.\nYou can specify a number from 1 to 10.\n\n@default 1","markdownDescription":"The number of batches to process concurrently from each shard.\nYou can specify a number from 1 to 10.\n\n@default ```1```"},"consumer":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```","default":true},"external":{"type":"array","items":{"type":"string"},"description":"A list of external packages that won't be included in the bundle.","markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"type":"array","items":{"type":"string"},"description":"A list of glob patterns, which specifies the files that should be imported as string.","markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"],"additionalProperties":false}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}],"description":"The consuming lambda function for the stream","markdownDescription":"The consuming lambda function for the stream"}},"required":["type","consumer"],"additionalProperties":false,"description":"The settings for the DynamoDB table stream, which capture changes to items stored in the table.","markdownDescription":"The settings for the DynamoDB table stream, which capture changes to items stored in the table."},"indexes":{"type":"object","additionalProperties":{"type":"object","properties":{"hash":{"anyOf":[{"type":"string","minLength":1,"maxLength":255},{"type":"array","items":{"type":"string","minLength":1,"maxLength":255}}],"description":"Specifies the name of the partition / hash key that makes up the primary key for the global secondary index.","markdownDescription":"Specifies the name of the partition / hash key that makes up the primary key for the global secondary index."},"sort":{"anyOf":[{"type":"string","minLength":1,"maxLength":255},{"type":"array","items":{"type":"string","minLength":1,"maxLength":255}}],"description":"Specifies the name of the range / sort key that makes up the primary key for the global secondary index.","markdownDescription":"Specifies the name of the range / sort key that makes up the primary key for the global secondary index."},"projection":{"type":"string","enum":["all","keys-only"],"default":"all","description":"The set of attributes that are projected into the index:\n- all - All of the table attributes are projected into the index.\n- keys-only - Only the index and primary keys are projected into the index.\n@default \"all\"\n\n@default \"all\"","markdownDescription":"The set of attributes that are projected into the index:\n- all - All of the table attributes are projected into the index.\n- keys-only - Only the index and primary keys are projected into the index.\n@default \"all\"\n\n@default ```\"all\"```"}},"required":["hash"],"additionalProperties":false},"description":"Specifies the global secondary indexes to be created on the table.","markdownDescription":"Specifies the global secondary indexes to be created on the table."}},"required":["hash"],"additionalProperties":false},"description":"Define the tables in your stack.","markdownDescription":"Define the tables in your stack."},"stores":{"anyOf":[{"type":"array","items":{"type":"string","minLength":3,"maxLength":24,"pattern":"^[a-z0-9\\-]+$"}},{"type":"object","additionalProperties":{"type":"object","properties":{"static":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local directory without checking if the directory exists.","markdownDescription":"Specifies a local directory without checking if the directory exists."}},"required":["nocheck"],"additionalProperties":false}],"description":"Specifies the path to the static files directory.","markdownDescription":"Specifies the path to the static files directory."},"lifecycle":{"type":"array","items":{"type":"object","properties":{"prefix":{"type":"string","description":"Object-key prefix this rule applies to. Omit to apply bucket-wide.","markdownDescription":"Object-key prefix this rule applies to. Omit to apply bucket-wide."},"expiration":{"type":"string","pattern":"^[0-9]+ (seconds?|minutes?|hours?|days?|weeks?)$","description":"How long objects matching this rule live before S3 deletes them.","markdownDescription":"How long objects matching this rule live before S3 deletes them."}},"required":["expiration"],"additionalProperties":false},"description":"S3 lifecycle rules for this store. Each rule expires objects matching an optional prefix.","markdownDescription":"S3 lifecycle rules for this store. Each rule expires objects matching an optional prefix."},"events":{"type":"object","properties":{"created:*":{"anyOf":[{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```","default":true},"external":{"type":"array","items":{"type":"string"},"description":"A list of external packages that won't be included in the bundle.","markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"type":"array","items":{"type":"string"},"description":"A list of glob patterns, which specifies the files that should be imported as string.","markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"],"additionalProperties":false}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}]},{"type":"object","properties":{"consumer":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```","default":true},"external":{"type":"array","items":{"type":"string"},"description":"A list of external packages that won't be included in the bundle.","markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"type":"array","items":{"type":"string"},"description":"A list of glob patterns, which specifies the files that should be imported as string.","markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"],"additionalProperties":false}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}]}},"required":["consumer"],"additionalProperties":false}],"description":"Subscribe to notifications regardless of the API that was used to create an object.","markdownDescription":"Subscribe to notifications regardless of the API that was used to create an object."},"created:put":{"anyOf":[{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```","default":true},"external":{"type":"array","items":{"type":"string"},"description":"A list of external packages that won't be included in the bundle.","markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"type":"array","items":{"type":"string"},"description":"A list of glob patterns, which specifies the files that should be imported as string.","markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"],"additionalProperties":false}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}]},{"type":"object","properties":{"consumer":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```","default":true},"external":{"type":"array","items":{"type":"string"},"description":"A list of external packages that won't be included in the bundle.","markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"type":"array","items":{"type":"string"},"description":"A list of glob patterns, which specifies the files that should be imported as string.","markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"],"additionalProperties":false}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}]}},"required":["consumer"],"additionalProperties":false}],"description":"Subscribe to notifications when an object is created using the PUT API operation.","markdownDescription":"Subscribe to notifications when an object is created using the PUT API operation."},"created:post":{"anyOf":[{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```","default":true},"external":{"type":"array","items":{"type":"string"},"description":"A list of external packages that won't be included in the bundle.","markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"type":"array","items":{"type":"string"},"description":"A list of glob patterns, which specifies the files that should be imported as string.","markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"],"additionalProperties":false}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}]},{"type":"object","properties":{"consumer":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```","default":true},"external":{"type":"array","items":{"type":"string"},"description":"A list of external packages that won't be included in the bundle.","markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"type":"array","items":{"type":"string"},"description":"A list of glob patterns, which specifies the files that should be imported as string.","markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"],"additionalProperties":false}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}]}},"required":["consumer"],"additionalProperties":false}],"description":"Subscribe to notifications when an object is created using the POST API operation.","markdownDescription":"Subscribe to notifications when an object is created using the POST API operation."},"created:copy":{"anyOf":[{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```","default":true},"external":{"type":"array","items":{"type":"string"},"description":"A list of external packages that won't be included in the bundle.","markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"type":"array","items":{"type":"string"},"description":"A list of glob patterns, which specifies the files that should be imported as string.","markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"],"additionalProperties":false}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}]},{"type":"object","properties":{"consumer":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```","default":true},"external":{"type":"array","items":{"type":"string"},"description":"A list of external packages that won't be included in the bundle.","markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"type":"array","items":{"type":"string"},"description":"A list of glob patterns, which specifies the files that should be imported as string.","markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"],"additionalProperties":false}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}]}},"required":["consumer"],"additionalProperties":false}],"description":"Subscribe to notifications when an object is created using the COPY API operation.","markdownDescription":"Subscribe to notifications when an object is created using the COPY API operation."},"created:upload":{"anyOf":[{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```","default":true},"external":{"type":"array","items":{"type":"string"},"description":"A list of external packages that won't be included in the bundle.","markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"type":"array","items":{"type":"string"},"description":"A list of glob patterns, which specifies the files that should be imported as string.","markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"],"additionalProperties":false}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}]},{"type":"object","properties":{"consumer":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```","default":true},"external":{"type":"array","items":{"type":"string"},"description":"A list of external packages that won't be included in the bundle.","markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"type":"array","items":{"type":"string"},"description":"A list of glob patterns, which specifies the files that should be imported as string.","markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"],"additionalProperties":false}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}]}},"required":["consumer"],"additionalProperties":false}],"description":"Subscribe to notifications when an object multipart upload has been completed.","markdownDescription":"Subscribe to notifications when an object multipart upload has been completed."},"removed:*":{"anyOf":[{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```","default":true},"external":{"type":"array","items":{"type":"string"},"description":"A list of external packages that won't be included in the bundle.","markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"type":"array","items":{"type":"string"},"description":"A list of glob patterns, which specifies the files that should be imported as string.","markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"],"additionalProperties":false}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}]},{"type":"object","properties":{"consumer":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```","default":true},"external":{"type":"array","items":{"type":"string"},"description":"A list of external packages that won't be included in the bundle.","markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"type":"array","items":{"type":"string"},"description":"A list of glob patterns, which specifies the files that should be imported as string.","markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"],"additionalProperties":false}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}]}},"required":["consumer"],"additionalProperties":false}],"description":"Subscribe to notifications when an object is deleted or a delete marker for a versioned object is created.","markdownDescription":"Subscribe to notifications when an object is deleted or a delete marker for a versioned object is created."},"removed:delete":{"anyOf":[{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```","default":true},"external":{"type":"array","items":{"type":"string"},"description":"A list of external packages that won't be included in the bundle.","markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"type":"array","items":{"type":"string"},"description":"A list of glob patterns, which specifies the files that should be imported as string.","markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"],"additionalProperties":false}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}]},{"type":"object","properties":{"consumer":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```","default":true},"external":{"type":"array","items":{"type":"string"},"description":"A list of external packages that won't be included in the bundle.","markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"type":"array","items":{"type":"string"},"description":"A list of glob patterns, which specifies the files that should be imported as string.","markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"],"additionalProperties":false}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}]}},"required":["consumer"],"additionalProperties":false}],"description":"Subscribe to notifications when an object is deleted","markdownDescription":"Subscribe to notifications when an object is deleted"},"removed:marker":{"anyOf":[{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```","default":true},"external":{"type":"array","items":{"type":"string"},"description":"A list of external packages that won't be included in the bundle.","markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"type":"array","items":{"type":"string"},"description":"A list of glob patterns, which specifies the files that should be imported as string.","markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"],"additionalProperties":false}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}]},{"type":"object","properties":{"consumer":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```","default":true},"external":{"type":"array","items":{"type":"string"},"description":"A list of external packages that won't be included in the bundle.","markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"type":"array","items":{"type":"string"},"description":"A list of glob patterns, which specifies the files that should be imported as string.","markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"],"additionalProperties":false}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}]}},"required":["consumer"],"additionalProperties":false}],"description":"Subscribe to notifications when a delete marker for a versioned object is created.","markdownDescription":"Subscribe to notifications when a delete marker for a versioned object is created."}},"additionalProperties":false,"description":"Describes the store events you want to subscribe too.","markdownDescription":"Describes the store events you want to subscribe too."}},"additionalProperties":false}}],"description":"Define the stores in your stack.","markdownDescription":"Define the stores in your stack."},"queues":{"type":"object","additionalProperties":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"consumer":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```","default":true},"external":{"type":"array","items":{"type":"string"},"description":"A list of external packages that won't be included in the bundle.","markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"type":"array","items":{"type":"string"},"description":"A list of glob patterns, which specifies the files that should be imported as string.","markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"],"additionalProperties":false}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}],"description":"The consuming lambda function properties.","markdownDescription":"The consuming lambda function properties."},"retentionPeriod":{"type":"string","pattern":"^[0-9]+ (seconds?|minutes?|hours?|days?|weeks?)$","description":"The number of seconds that Amazon SQS retains a message. You can specify a duration from 1 minute to 14 days.","markdownDescription":"The number of seconds that Amazon SQS retains a message. You can specify a duration from 1 minute to 14 days."},"receiveMessageWaitTime":{"type":"string","pattern":"^[0-9]+ (seconds?|minutes?|hours?|days?|weeks?)$","description":"Long-polling wait time. You can specify a duration from 1 to 20 seconds.","markdownDescription":"Long-polling wait time. You can specify a duration from 1 to 20 seconds."},"maxMessageSize":{"type":"string","pattern":"^[0-9]+ (B|KB|MB|GB|TB|PB)$","description":"Message size limit. You can specify a size from 1 KB to 256 KB.","markdownDescription":"Message size limit. You can specify a size from 1 KB to 256 KB."},"batchSize":{"type":"integer","minimum":1,"maximum":10,"description":"The maximum number of records per batch. FIFO queues are capped at 10.","markdownDescription":"The maximum number of records per batch. FIFO queues are capped at 10."}},"additionalProperties":false}]},"description":"Define the queues in your stack. Queues are FIFO with required per-message groupId: messages with the same groupId are processed strictly in order; different groupIds parallelize.","markdownDescription":"Define the queues in your stack. Queues are FIFO with required per-message groupId: messages with the same groupId are processed strictly in order; different groupIds parallelize."},"pubsub":{"type":"object","additionalProperties":{"type":"object","properties":{"connected":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```","default":true},"external":{"type":"array","items":{"type":"string"},"description":"A list of external packages that won't be included in the bundle.","markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"type":"array","items":{"type":"string"},"description":"A list of glob patterns, which specifies the files that should be imported as string.","markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"],"additionalProperties":false}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}],"description":"Subscribe to the event when a client connects.","markdownDescription":"Subscribe to the event when a client connects."},"disconnected":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```","default":true},"external":{"type":"array","items":{"type":"string"},"description":"A list of external packages that won't be included in the bundle.","markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"type":"array","items":{"type":"string"},"description":"A list of glob patterns, which specifies the files that should be imported as string.","markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"],"additionalProperties":false}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}],"description":"Subscribe to the event when a client disconnects.","markdownDescription":"Subscribe to the event when a client disconnects."},"subscribed":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```","default":true},"external":{"type":"array","items":{"type":"string"},"description":"A list of external packages that won't be included in the bundle.","markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"type":"array","items":{"type":"string"},"description":"A list of glob patterns, which specifies the files that should be imported as string.","markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"],"additionalProperties":false}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}],"description":"Subscribe to the event when a client subscribes to topics.","markdownDescription":"Subscribe to the event when a client subscribes to topics."},"unsubscribed":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```","default":true},"external":{"type":"array","items":{"type":"string"},"description":"A list of external packages that won't be included in the bundle.","markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"type":"array","items":{"type":"string"},"description":"A list of glob patterns, which specifies the files that should be imported as string.","markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"],"additionalProperties":false}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}],"description":"Subscribe to the event when a client unsubscribes from topics.","markdownDescription":"Subscribe to the event when a client unsubscribes from topics."}},"additionalProperties":false},"description":"Define the pubsub event listeners in your stack.","markdownDescription":"Define the pubsub event listeners in your stack."},"searchs":{"type":"object","additionalProperties":{"type":"object","properties":{"type":{"anyOf":[{"type":"string","enum":["t3.small","t3.medium","m3.medium","m3.large","m3.xlarge","m3.2xlarge","m4.large","m4.xlarge","m4.2xlarge","m4.4xlarge","m4.10xlarge","m5.large","m5.xlarge","m5.2xlarge","m5.4xlarge","m5.12xlarge","m5.24xlarge","r5.large","r5.xlarge","r5.2xlarge","r5.4xlarge","r5.12xlarge","r5.24xlarge","c5.large","c5.xlarge","c5.2xlarge","c5.4xlarge","c5.9xlarge","c5.18xlarge","or1.medium","or1.large","or1.xlarge","or1.2xlarge","or1.4xlarge","or1.8xlarge","or1.12xlarge","or1.16xlarge","ultrawarm1.medium","ultrawarm1.large","ultrawarm1.xlarge","r3.large","r3.xlarge","r3.2xlarge","r3.4xlarge","r3.8xlarge","i2.xlarge","i2.2xlarge","i3.large","i3.xlarge","i3.2xlarge","i3.4xlarge","i3.8xlarge","i3.16xlarge","r6g.large","r6g.xlarge","r6g.2xlarge","r6g.4xlarge","r6g.8xlarge","r6g.12xlarge","m6g.large","m6g.xlarge","m6g.2xlarge","m6g.4xlarge","m6g.8xlarge","m6g.12xlarge","r6gd.large","r6gd.xlarge","r6gd.2xlarge","r6gd.4xlarge","r6gd.8xlarge","r6gd.12xlarge","r6gd.16xlarge"]},{"type":"string"}],"description":"Instance type of data nodes in the cluster.","markdownDescription":"Instance type of data nodes in the cluster.","default":"t3.small"},"count":{"type":"integer","minimum":1,"description":"Number of instances in the cluster.\n\n@default 1","markdownDescription":"Number of instances in the cluster.\n\n@default ```1```","default":1},"version":{"anyOf":[{"type":"string","enum":["2.13","2.11","2.9","2.7","2.5","2.3","1.3"]},{"type":"string"}],"description":"Specify the OpenSearch engine version.","markdownDescription":"Specify the OpenSearch engine version.","default":"2.13"},"storage":{"type":"string","pattern":"^[0-9]+ (B|KB|MB|GB|TB|PB)$","description":"The size of the function's /tmp directory. You can specify a size value from 512 MB to 10 GiB.\n\n@default \"10 GB\"","markdownDescription":"The size of the function's /tmp directory. You can specify a size value from 512 MB to 10 GiB.\n\n@default ```\"10 GB\"```","default":"10 GB"}},"additionalProperties":false},"description":"Define the search instances in your stack. Backed by OpenSearch.","markdownDescription":"Define the search instances in your stack. Backed by OpenSearch."},"sites":{"type":"object","additionalProperties":{"type":"object","properties":{"router":{"type":"string","minLength":3,"maxLength":24,"pattern":"^[a-z0-9\\-]+$","description":"The router id to link your site with.","markdownDescription":"The router id to link your site with."},"path":{"type":"string","allOf":[{"pattern":"^\\/"},{"pattern":"^\\/([^/*.]+)?$"}],"description":"The path inside the router to link your site to.","markdownDescription":"The path inside the router to link your site to."},"build":{"type":"object","properties":{"command":{"type":"string","description":"Specifies the files and directories to generate the cache key for your custom build command.","markdownDescription":"Specifies the files and directories to generate the cache key for your custom build command."},"cacheKey":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file or directory without checking if the file or directory exists.","markdownDescription":"Specifies a local file or directory without checking if the file or directory exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"array","items":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file or directory without checking if the file or directory exists.","markdownDescription":"Specifies a local file or directory without checking if the file or directory exists."}},"required":["nocheck"],"additionalProperties":false}]}}],"description":"Specifies the files and directories to generate the cache key for your custom build command.","markdownDescription":"Specifies the files and directories to generate the cache key for your custom build command."},"configs":{"type":"array","items":{"type":"string"},"description":"Define the config values for your build command.","markdownDescription":"Define the config values for your build command."}},"required":["command","cacheKey"],"additionalProperties":false,"description":"Specifies the build process for sites that need a build step.","markdownDescription":"Specifies the build process for sites that need a build step."},"static":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local directory without checking if the directory exists.","markdownDescription":"Specifies a local directory without checking if the directory exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"boolean"}],"description":"Specifies the path to the static files directory. Additionally you can also pass `true` when you don't have local static files, but still want to make an S3 bucket.","markdownDescription":"Specifies the path to the static files directory. Additionally you can also pass `true` when you don't have local static files, but still want to make an S3 bucket."},"ssr":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```","default":true},"external":{"type":"array","items":{"type":"string"},"description":"A list of external packages that won't be included in the bundle.","markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"type":"array","items":{"type":"string"},"description":"A list of glob patterns, which specifies the files that should be imported as string.","markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"],"additionalProperties":false}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}],"description":"Specifies the file that will render the site on the server.","markdownDescription":"Specifies the file that will render the site on the server."}},"required":["router","path"],"additionalProperties":false},"description":"Define the sites in your stack.","markdownDescription":"Define the sites in your stack."},"tests":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local directory without checking if the directory exists.","markdownDescription":"Specifies a local directory without checking if the directory exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"array","items":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local directory without checking if the directory exists.","markdownDescription":"Specifies a local directory without checking if the directory exists."}},"required":["nocheck"],"additionalProperties":false}]}},{"type":"boolean","const":false}],"description":"Define the location of your tests for your stack.","markdownDescription":"Define the location of your tests for your stack."},"images":{"type":"object","additionalProperties":{"type":"object","properties":{"router":{"type":"string","minLength":3,"maxLength":24,"pattern":"^[a-z0-9\\-]+$","description":"The router id to link your image proxy.","markdownDescription":"The router id to link your image proxy."},"path":{"type":"string","allOf":[{"pattern":"^\\/"},{"pattern":"^\\/([^/*.]+)?$"}],"description":"The path inside the router to link your image proxy to.","markdownDescription":"The path inside the router to link your image proxy to."},"cacheDuration":{"type":"string","pattern":"^[0-9]+ (seconds?|minutes?|hours?|days?|weeks?)$","description":"Cache duration of the cached images.","markdownDescription":"Cache duration of the cached images."},"presets":{"type":"object","additionalProperties":{"type":"object","properties":{"width":{"type":"integer","exclusiveMinimum":0},"height":{"type":"integer","exclusiveMinimum":0},"fit":{"type":"string","enum":["cover","contain","fill","inside","outside"]},"position":{"type":"string","enum":["top","right top","right","right bottom","bottom","left bottom","left","left top","center"]},"quality":{"type":"integer","minimum":1,"maximum":100}},"additionalProperties":false},"description":"Named presets for image transformations","markdownDescription":"Named presets for image transformations"},"extensions":{"type":"object","properties":{"jpg":{"type":"object","properties":{"mozjpeg":{"type":"boolean"},"progressive":{"type":"boolean"}},"additionalProperties":false},"webp":{"type":"object","properties":{"effort":{"type":"integer","minimum":1,"maximum":10,"default":7},"lossless":{"type":"boolean"},"nearLossless":{"type":"boolean"}},"additionalProperties":false},"png":{"type":"object","properties":{"compressionLevel":{"type":"integer","minimum":0,"maximum":9,"default":6}},"additionalProperties":false}},"additionalProperties":false,"description":"Specify the allowed extensions.","markdownDescription":"Specify the allowed extensions."},"origin":{"anyOf":[{"type":"object","properties":{"static":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local directory without checking if the directory exists.","markdownDescription":"Specifies a local directory without checking if the directory exists."}},"required":["nocheck"],"additionalProperties":false}],"description":"Specifies the path to a local image directory that will be uploaded in S3.","markdownDescription":"Specifies the path to a local image directory that will be uploaded in S3."},"function":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```","default":true},"external":{"type":"array","items":{"type":"string"},"description":"A list of external packages that won't be included in the bundle.","markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"type":"array","items":{"type":"string"},"description":"A list of glob patterns, which specifies the files that should be imported as string.","markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"],"additionalProperties":false}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}],"description":"Specifies the file that will be called when an image isn't found in the (cache) bucket.","markdownDescription":"Specifies the file that will be called when an image isn't found in the (cache) bucket."}},"required":["static"],"additionalProperties":false},{"type":"object","properties":{"static":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local directory without checking if the directory exists.","markdownDescription":"Specifies a local directory without checking if the directory exists."}},"required":["nocheck"],"additionalProperties":false}],"description":"Specifies the path to a local image directory that will be uploaded in S3.","markdownDescription":"Specifies the path to a local image directory that will be uploaded in S3."},"function":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```","default":true},"external":{"type":"array","items":{"type":"string"},"description":"A list of external packages that won't be included in the bundle.","markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"type":"array","items":{"type":"string"},"description":"A list of glob patterns, which specifies the files that should be imported as string.","markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"],"additionalProperties":false}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}],"description":"Specifies the file that will be called when an image isn't found in the (cache) bucket.","markdownDescription":"Specifies the file that will be called when an image isn't found in the (cache) bucket."}},"required":["function"],"additionalProperties":false}],"description":"Specify the origin of your images. Image transformation will be applied from a base image. Base images can be loaded from a S3 bucket (that is synced from a local directory) or dynamicly from a lambda function.","markdownDescription":"Specify the origin of your images. Image transformation will be applied from a base image. Base images can be loaded from a S3 bucket (that is synced from a local directory) or dynamicly from a lambda function."}},"required":["router","path","presets","extensions","origin"],"additionalProperties":false},"description":"Define an image proxy in your stack. Store, transform, optimize, and deliver images at scale.","markdownDescription":"Define an image proxy in your stack. Store, transform, optimize, and deliver images at scale."},"icons":{"type":"object","additionalProperties":{"type":"object","properties":{"router":{"type":"string","minLength":3,"maxLength":24,"pattern":"^[a-z0-9\\-]+$","description":"The router id to link your icon proxy.","markdownDescription":"The router id to link your icon proxy."},"path":{"type":"string","allOf":[{"pattern":"^\\/"},{"pattern":"^\\/([^/*.]+)?$"}],"description":"The path inside the router to link your icon proxy to.","markdownDescription":"The path inside the router to link your icon proxy to."},"cacheDuration":{"type":"string","pattern":"^[0-9]+ (seconds?|minutes?|hours?|days?|weeks?)$","description":"The cache duration of the cached icons.","markdownDescription":"The cache duration of the cached icons."},"preserveIds":{"type":"boolean","default":false,"description":"Preserve the IDs of the icons.\n\n@default false","markdownDescription":"Preserve the IDs of the icons.\n\n@default ```false```"},"symbols":{"type":"boolean","default":false,"description":"Convert the SVG's to SVG symbols.\n\n@default false","markdownDescription":"Convert the SVG's to SVG symbols.\n\n@default ```false```"},"origin":{"anyOf":[{"type":"object","properties":{"static":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local directory without checking if the directory exists.","markdownDescription":"Specifies a local directory without checking if the directory exists."}},"required":["nocheck"],"additionalProperties":false}],"description":"Specifies the path to a local image directory that will be uploaded in S3.","markdownDescription":"Specifies the path to a local image directory that will be uploaded in S3."},"function":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```","default":true},"external":{"type":"array","items":{"type":"string"},"description":"A list of external packages that won't be included in the bundle.","markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"type":"array","items":{"type":"string"},"description":"A list of glob patterns, which specifies the files that should be imported as string.","markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"],"additionalProperties":false}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}],"description":"Specifies the file that will be called when an image isn't found in the (cache) bucket.","markdownDescription":"Specifies the file that will be called when an image isn't found in the (cache) bucket."}},"required":["static"],"additionalProperties":false},{"type":"object","properties":{"static":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local directory without checking if the directory exists.","markdownDescription":"Specifies a local directory without checking if the directory exists."}},"required":["nocheck"],"additionalProperties":false}],"description":"Specifies the path to a local image directory that will be uploaded in S3.","markdownDescription":"Specifies the path to a local image directory that will be uploaded in S3."},"function":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```","default":true},"external":{"type":"array","items":{"type":"string"},"description":"A list of external packages that won't be included in the bundle.","markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"type":"array","items":{"type":"string"},"description":"A list of glob patterns, which specifies the files that should be imported as string.","markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"],"additionalProperties":false}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}],"description":"Specifies the file that will be called when an image isn't found in the (cache) bucket.","markdownDescription":"Specifies the file that will be called when an image isn't found in the (cache) bucket."}},"required":["function"],"additionalProperties":false}],"description":"Image transformation will be applied from a base image. Base images orginates from a local directory that will be uploaded to S3 or from a lambda function.","markdownDescription":"Image transformation will be applied from a base image. Base images orginates from a local directory that will be uploaded to S3 or from a lambda function."}},"required":["router","path","origin"],"additionalProperties":false},"description":"Define an svg icon proxy in your stack. Store, optimize, and deliver svg icons at scale.","markdownDescription":"Define an svg icon proxy in your stack. Store, optimize, and deliver svg icons at scale."},"metrics":{"type":"object","additionalProperties":{"type":"object","properties":{"type":{"type":"string","enum":["number","size","duration"]},"alarms":{"type":"array","items":{"type":"object","properties":{"description":{"type":"string"},"where":{"anyOf":[{"type":"string","pattern":"(count|avg|sum|min|max) (>|>=|<|<=) (\\d)"},{"type":"object","properties":{"stat":{"type":"string","enum":["count","avg","sum","min","max"]},"op":{"type":"string","enum":[">",">=","<","<="]},"value":{"type":"number"}},"required":["stat","op","value"],"additionalProperties":false}]},"period":{"type":"string","pattern":"^[0-9]+ (seconds?|minutes?|hours?|days?|weeks?)$"},"minDataPoints":{"type":"integer","default":1},"trigger":{"anyOf":[{"type":"string","format":"email"},{"type":"array","items":{"type":"string","format":"email"}},{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"type":"string","description":"Specifies a local file without checking if the file exists.","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"],"additionalProperties":false}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```","default":true},"external":{"type":"array","items":{"type":"string"},"description":"A list of external packages that won't be included in the bundle.","markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"type":"array","items":{"type":"string"},"description":"A list of glob patterns, which specifies the files that should be imported as string.","markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"],"additionalProperties":false}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}]}]}},"required":["where","period","trigger"],"additionalProperties":false}}},"required":["type"],"additionalProperties":false},"description":"Define the metrics in your stack.","markdownDescription":"Define the metrics in your stack."}},"required":["name"],"additionalProperties":false}},"$schema":"http://json-schema.org/draft-07/schema#","title":"Awsless Stack Config"}