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.
1 parent c80615e commit 64d811fCopy full SHA for 64d811f
modules/runners/lambdas/scale-runners/src/lambda.ts
@@ -2,7 +2,7 @@ import { scaleUp } from './scale-runners/scale-up';
2
import { scaleDown } from './scale-runners/scale-down';
3
import { SQSEvent } from 'aws-lambda';
4
5
-module.exports.handler = async (event: SQSEvent, context: any, callback: any) => {
+module.exports.scaleUp = async (event: SQSEvent, context: any, callback: any) => {
6
console.log(event);
7
try {
8
for (const e of event.Records) {
0 commit comments