Skip to content

Commit 64d811f

Browse files
committed
Rename scale-runners to scale-up
1 parent c80615e commit 64d811f

File tree

1 file changed

+1
-1
lines changed
  • modules/runners/lambdas/scale-runners/src

1 file changed

+1
-1
lines changed

modules/runners/lambdas/scale-runners/src/lambda.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { scaleUp } from './scale-runners/scale-up';
22
import { scaleDown } from './scale-runners/scale-down';
33
import { SQSEvent } from 'aws-lambda';
44

5-
module.exports.handler = async (event: SQSEvent, context: any, callback: any) => {
5+
module.exports.scaleUp = async (event: SQSEvent, context: any, callback: any) => {
66
console.log(event);
77
try {
88
for (const e of event.Records) {

0 commit comments

Comments
 (0)