Skip to content
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.

Commit

Permalink
Removed out of date comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Selden committed Jun 20, 2019
1 parent 7252797 commit 2586031
Showing 1 changed file with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,15 +89,7 @@ public class ElasticLambdaForwarder implements RequestHandler<S3Event, Void>
private static boolean ELASTIC_DEBUG = false;
private static boolean USE_AWS_CREDENTIALS = false;

private static final String INDEX_MAPPING_TYPE = "doc"; // XXX FIX THIS TO BE _DOC AFTER DASHBOARDS ARE CONVERTED

/*
XXX - THINGS TO FIX
1. Change mapping type to _doc
2. Implement time-based indexing
3. S3 credentials
*/
private static final String INDEX_MAPPING_TYPE = "doc";

@Override
public Void handleRequest(S3Event event, Context context)
Expand Down

0 comments on commit 2586031

Please sign in to comment.