Skip to content

Commit

Permalink
Merge pull request #324 from buildkite/bump-metrics-lambda-version
Browse files Browse the repository at this point in the history
Bump metrics version
  • Loading branch information
lox authored Aug 11, 2017
2 parents 326c4a8 + 5891d51 commit 1cbd5c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ Resources:
Properties:
Code:
S3Bucket: { 'Fn::FindInMap': [MetricsLambdaBucket, { Ref: 'AWS::Region' }, 'Bucket'] }
S3Key: "buildkite-metrics-v1.4.1-lambda.zip"
S3Key: "buildkite-metrics-v1.5.0-lambda.zip"
Role:
Fn::GetAtt:
- LambdaExecutionRole
- Arn
Timeout: 60
Timeout: 120
Handler: handler.handle
Runtime: python2.7
MemorySize: 128
Expand Down

0 comments on commit 1cbd5c0

Please sign in to comment.