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

Improvement: s3_scan_object API Lambda function invoke #789

Open
patheard opened this issue Nov 28, 2023 · 0 comments
Open

Improvement: s3_scan_object API Lambda function invoke #789

patheard opened this issue Nov 28, 2023 · 0 comments

Comments

@patheard
Copy link
Member

patheard commented Nov 28, 2023

Summary

Currently the s3_scan_object Lambda function makes and HTTPS request to trigger the scan of a new S3 object. It would be more efficient to have the s3_scan_object directly invoke the API Lambda function and allow us to use IAM policies rather than the API auth token to authenticate the request.

As an added benefit this would also allow us to prevent Staging instances of the s3_scan_object Lambda from making requests against the Prod API.

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

No branches or pull requests

1 participant