Skip to content

Instantly share code, notes, and snippets.

@KyMidd
Created January 13, 2025 03:42
Show Gist options
  • Select an option

  • Save KyMidd/c7ecdc11b70b2fc773fb763b8e11cc84 to your computer and use it in GitHub Desktop.

Select an option

Save KyMidd/c7ecdc11b70b2fc773fb763b8e11cc84 to your computer and use it in GitHub Desktop.
# Zip up python lambda code
data "archive_file" "devopsbot_slack_trigger_lambda" {
type = "zip"
source_file = "python/devopsbot.py"
output_path = "${path.module}/devopsbot.zip"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment