8000 Lambda SQS event source listener calls are no longer identified as internal calls · Issue #8525 · localstack/localstack · GitHub
[go: up one dir, main page]

Skip to content
Lambda SQS event source listener calls are no longer identified as internal calls #8525
Closed
@thrau

Description

@thrau

I've noticed that, since #8450, the SQS polling calls of an SQS event source listener will log every ReceiveMessage call, because it is no longer flagged as internal call here

is_internal_call = is_internal_call_context(context.request.headers)

Presumably this extends to other event source listeners, potentially also to other instances where we've replaced the internal clients, but I haven't tested it. /cc @viren-nadkarni

Metadata

Metadata

Assignees

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

    0