Skip to content

Conversation

@apiarian-datadog
Copy link
Contributor

No description provided.

Copy link
Collaborator

@duncanpharvey duncanpharvey left a comment

Choose a reason for hiding this comment

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

Looks good with one small fix

Copy link
Collaborator

@duncanpharvey duncanpharvey left a comment

Choose a reason for hiding this comment

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

LGTM!

Comment on lines +1 to +3
exports.lambda_handler = function (event, context) {
context.succeed('Hello!');
};

Choose a reason for hiding this comment

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

Code Quality Violation

Unexpected unnamed function. (...read more)

It is easier to debug your application code when you avoid anonymous functions so that the stack trace can show you meaningful error messages. This rule enforces all your function to be consistently declared with a name.

View in Datadog  Leave us feedback  Documentation


tags = {
dd_sls_terraform_module = "1.5.0"
dd_sls_terraform_module = "2.0.0"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

we're going to 2.0.0 because we're bumping the minimum required aws provider version.

aws = {
source = "hashicorp/aws"
version = ">= 5.32.0"
version = ">= 5.77.0"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

this is pushing us to version 2.0.0 for the whole module.

Copy link
Collaborator

@duncanpharvey duncanpharvey left a comment

Choose a reason for hiding this comment

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

LGTM!

@apiarian-datadog apiarian-datadog merged commit 14a3a0a into main Nov 27, 2024
1 check passed
@apiarian-datadog apiarian-datadog deleted the aleksandr.pasechnik/update-all-the-default-layer-versions branch November 27, 2024 21:40
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.

3 participants