terraform-aws-notify-slack icon indicating copy to clipboard operation
terraform-aws-notify-slack copied to clipboard

Terraform module to create AWS resources for sending notifications to Slack πŸ‡ΊπŸ‡¦

Results 11 terraform-aws-notify-slack issues
Sort by recently updated
recently updated
newest added

## Versions - Terraform: 1.1.7 - Provider(s): ``` β”œβ”€β”€ module.slack-incidents β”‚Β Β  β”œβ”€β”€ provider[registry.terraform.io/hashicorp/aws] >= 3.61.0 β”‚Β Β  └── module.lambda β”‚Β Β  β”œβ”€β”€ provider[registry.terraform.io/hashicorp/aws] >= 3.61.0 β”‚Β Β  β”œβ”€β”€ provider[registry.terraform.io/hashicorp/external] >= 1.0.0 β”‚Β Β  β”œβ”€β”€...

## Description ## 🚧 TODO 🚧 - [x] Replace standard logger with aws-lambda-power tools structured logger - [ ] Add docs on Gov Cloud caveat and work around until [natively...

wip

## Is your request related to a new offering from AWS? No. Is this functionality available in the [AWS provider for Terraform](https://registry.terraform.io/providers/hashicorp/aws/latest/docs)? See [CHANGELOG.md](https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md), too. - Yes βœ…: AWS SNS...

stale

## Description The purpose of this pull request is to add delivery status logging for the SNS topic. This is achieved by specifying an IAM role with permission to write...

## Description This change adds support for supplying a pre-built lambda package to the module by adding the `local_existing_package` variable. If this variable is populated with a path to the...

## Is your request related to a new offering from AWS? No ## Is your request related to a problem? Please describe. I'm unable to configure a dead-letter queue for...

good first issue

## Is your request related to a problem? Please describe. AWS has announced the upcoming deprecation of the Lambda runtime `python3.8`, currently noted as `Oct 14, 2024`. https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtimes-supported This module...

## Is your request related to a new offering from AWS? Is this functionality available in the [AWS provider for Terraform](https://registry.terraform.io/providers/hashicorp/aws/latest/docs)? See [CHANGELOG.md](https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md), too. - Yes βœ…: please list the...

## Is your request related to a new offering from AWS? - Yes βœ…: please list the AWS provider version which introduced this functionality ## Is your request related to...

good first issue

## Description Version bumping the lambda module. ## Motivation and Context There is a fix available since [version 6.7.0](https://github.com/terraform-aws-modules/terraform-aws-lambda/issues/396) avoiding detecting a permanent drift with a timestamp being over and...