Skip to content

Commit 8c5f0af

Browse files
authored
Merge pull request #318 from guardian/fix/bootstrapping-lambda-5XXs
increase bootstrapping-lambda from 128MB to 256MB
2 parents 99010ef + cdf6b58 commit 8c5f0af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cdk/lib/__snapshots__/stack.test.ts.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -3554,7 +3554,7 @@ $util.toJson($ctx.result)",
35543554
},
35553555
"FunctionName": "pinboard-bootstrapping-lambda-TEST",
35563556
"Handler": "index.handler",
3557-
"MemorySize": 128,
3557+
"MemorySize": 256,
35583558
"Role": Object {
35593559
"Fn::GetAtt": Array [
35603560
"pinboardbootstrappinglambdaServiceRoleE9E1278C",

cdk/lib/stack.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ export class PinBoardStack extends GuStack {
643643
bootstrappingLambdaBasename,
644644
{
645645
runtime: LAMBDA_NODE_VERSION,
646-
memorySize: 128,
646+
memorySize: 256,
647647
timeout: Duration.seconds(5),
648648
handler: "index.handler",
649649
environment: {

0 commit comments

Comments
 (0)