Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Conversation

@edolsen-rv
Copy link

Opening up PR to merge changes into master. These changes are made in order to bring this fork up to RV Standard level of completeness.

… Removed references to SNS. Replaced modules for CW, DDB, S3 with RV Standard module sources
…antiation. remove github links. change trigger module source to bankrate registry
main.tf Outdated
Comment on lines 17 to 20
project = var.project_name
service = var.service
owner = var.owner # || vertical
team_name = var.team_name

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These can be provided by the tag object (since these are probably used to assign tag values).

main.tf Outdated
Comment on lines 83 to 90
module "event-cloudwatch-scheduled-event" {
source = "./modules/event/cloudwatch-scheduled-event"
enable = lookup(var.event, "type", "") == "cloudwatch-scheduled-event" ? true : false
architecture = {}
lambda_function_arn = module.lambda.arn
schedule_expression = lookup(var.event, "schedule_expression", "")
}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Once we have feature/arg parity we can remove these dead config blocks.

Copy link
Author

@edolsen-rv edolsen-rv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reviewed changes

Copy link
Author

@edolsen-rv edolsen-rv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reviewed.

@edolsen-rv edolsen-rv requested a review from lbrimeyer May 6, 2022 14:27
@edolsen-rv edolsen-rv merged commit e935b8c into master May 10, 2022
@edolsen-rv edolsen-rv deleted the refactor-lambda-and-events branch May 10, 2022 15:09
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants