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 1b9dd2f commit 677d547Copy full SHA for 677d547
packages/infra/src/handlers/process/lambda/prune.ts
@@ -59,7 +59,7 @@ export const pruneFunction = async ({ name }: Args): Promise<void> => {
59
);
60
61
await Promise.all(
62
- versionsToPrune.map((version) =>
+ versionsToPrune.map(async (version) =>
63
lambdaClient.send(
64
new DeleteFunctionCommand({
65
FunctionName: version.FunctionName,
0 commit comments