Skip to content

Commit

Permalink
Minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mweagle committed Jul 1, 2018
1 parent cae77be commit 4dc78ed
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions service/service.go
Expand Up @@ -232,11 +232,6 @@ func New(connections *Connections, api *sparta.API) []*sparta.LambdaAWSInfo {
lambdaFunctions = append(lambdaFunctions, gws.newOnPutCallRekognition(api))
lambdaFunctions = append(lambdaFunctions, gws.newOnS3PutCallPolly(api))
lambdaFunctions = append(lambdaFunctions, gws.newOnS3PutGenerateSummary(api))

lambdaFunctions = append(lambdaFunctions, gws.newOnFeedbackDetectSentiment(api))

// Add a decorator to ensure that the bucket that we're using has the proper
// policy set so that the "summaries" are publicly available

return lambdaFunctions
}

0 comments on commit 4dc78ed

Please sign in to comment.