Skip to content

Lambda function configuration should be abstracted #129

Description

@TheSkorm

We have many lambda functions that share much of the same configuration. We should move to either using modules or for_each for these deploys.

Types of Lambda functions:

  • API endpoints (these often have API gateway routes, lambda perms
  • Scheduled functions (these have a aws_cloudwatch_event_rule / and event_target)
  • CloudFront redirects
  • SQS queue workers
  • SNS to MQTT workers

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions