Skip to content
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

Missing an await in export-users-in-group #52

Open
tvkit opened this issue Feb 18, 2024 · 1 comment
Open

Missing an await in export-users-in-group #52

tvkit opened this issue Feb 18, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@tvkit
Copy link

tvkit commented Feb 18, 2024

lambda terminating prior to completion of ddb batch-write operation

image

usersProcessed += countUserProcessed(response, groupName, exportTimestamp);

The following await can be applied directly within the lambda for deployments that rely on the existing unawaited behavior. The diff was performed on a fork of this repo.

image

@tvkit tvkit added the bug Something isn't working label Feb 18, 2024
@mikeols
Copy link
Member

mikeols commented Feb 21, 2024

Thank you, @tvkit. The team is looking closer at this issue. It does look like there should be an await there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants