We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b0f37b5 + e6f710d commit bffd450Copy full SHA for bffd450
templates/aws-stack.yml
@@ -1175,7 +1175,7 @@ Resources:
1175
Properties:
1176
Code:
1177
S3Bucket: { 'Fn::FindInMap': [LambdaBucket, !Ref 'AWS::Region', 'Bucket'] }
1178
- S3Key: "buildkite-agent-scaler/v1.0.2/handler.zip"
+ S3Key: "buildkite-agent-scaler/v1.1.0/handler.zip"
1179
Role: !GetAtt AutoscalingLambdaExecutionRole.Arn
1180
Timeout: 120
1181
Handler: handler
0 commit comments