You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 thes3_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.The text was updated successfully, but these errors were encountered: