-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prmp 1120 - NRL Lambda and SQS #205
Conversation
is_gateway_integration_needed = false | ||
is_invoked_from_gateway = false | ||
|
||
depends_on = [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is implicit.
namespace = "AWS/Lambda" | ||
alarm_actions = [module.manage-nrl-pointer-alarm-topic.arn] | ||
ok_actions = [module.manage-nrl-pointer-alarm-topic.arn] | ||
depends_on = [module.manage-nrl-pointer-lambda, module.manage-nrl-pointer-alarm-topic] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These are implicit.
] | ||
}) | ||
|
||
depends_on = [module.manage-nrl-pointer-lambda, module.sns_encryption_key] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
implicit.
} | ||
} | ||
|
||
depends_on = [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Implicit
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for making those changes :) All approved.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This lambda may need to be bumped up from the default memory setting due to it interacting with a 3rd Party API as well as SSM
85ec8a6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes since last approval are a rebase from PRMP-1185 - will approve on this basis.
No description provided.