Skip to content

Conversation

@xshot9011
Copy link
Contributor

No description provided.

@xshot9011 xshot9011 requested a review from a team May 23, 2022 08:10
@lycbrian
Copy link
Contributor

no concern on the new commits here, but i think we can add/update a few things

  • cloudwatch log group naming convention, follow the other module. example: "/aws/vpc/${local.name}"
  • aws_lambda_function parameter, add a few more common used parameter, example timeout, memory, vpc, etc. The lambda default timeout is 3 second, it's not enough for most of cases.

@xshot9011
Copy link
Contributor Author

Already updated

main.tf Outdated
principal = lookup(each.value, "pricipal", null)
source_arn = lookup(each.value, "source_arn", null)
source_account = lookup(each.value, "source_account", null)
# principal_org_id = lookup(each.value, "principal_org_id", "")
Copy link
Contributor

Choose a reason for hiding this comment

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

TODO: .......
ref: .....

@xshot9011 xshot9011 merged commit 0d930ce into main May 25, 2022
@xshot9011 xshot9011 deleted the feature/support-resource-based-policy branch May 31, 2022 04:40
@xshot9011 xshot9011 restored the feature/support-resource-based-policy branch May 31, 2022 04:42
@xshot9011 xshot9011 deleted the feature/support-resource-based-policy branch May 31, 2022 04:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants