Skip to content

Commit

Permalink
Get slack updates working on failed data uploads again
Browse files Browse the repository at this point in the history
  • Loading branch information
underbluewaters committed Oct 7, 2024
1 parent ba0757b commit 10eaf87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/infra/lib/UploadHandlerLambdaStack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ export class UploadHandlerLambdaStack extends cdk.Stack {
DEBUGGING_AWS_ACCESS_KEY_ID: DEBUGGING_AWS_ACCESS_KEY_ID || "",
DEBUGGING_AWS_SECRET_ACCESS_KEY: DEBUGGING_AWS_SECRET_ACCESS_KEY || "",
NODE_EXTRA_CA_CERTS: "/var/runtime/ca-cert.pem",
NODE_ENV: "production",
},
memorySize: 10240,
reservedConcurrentExecutions: 100,
Expand Down

0 comments on commit 10eaf87

Please sign in to comment.