| <a name="input_codepipeline_post_deployment_stages"></a> [codepipeline\_post\_deployment\_stages](#input\_codepipeline\_post\_deployment\_stages) | A map of post deployment stages to execute after the Lambda function has been deployed. The following stages are supported: `CodeBuild`, `CodeDeploy`, `CodePipeline`, `CodeStarNotifications`. | <pre>list(object({<br> name = string<br> actions = list(object({<br> name = string<br> category = string<br> owner = string<br> provider = string<br> version = string<br> input_artifacts = optional(list(any))<br> output_artifacts = optional(list(any))<br> configuration = optional(map(string))<br> }))<br> }))</pre> | `[]` | no |
0 commit comments