Skip to content

Commit a00ba60

Browse files
committed
Updated per @sebsto's feedback.
1 parent 65e9ad1 commit a00ba60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Examples/APIGatewayV1/Sources/main.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// This source file is part of the SwiftAWSLambdaRuntime open source project
44
//
5-
// Copyright (c) 2024 Apple Inc. and the SwiftAWSLambdaRuntime project authors
5+
// Copyright (c) 2025 Apple Inc. and the SwiftAWSLambdaRuntime project authors
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information

Examples/APIGatewayV1/template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Resources:
1111
Timeout: 60
1212
Handler: swift.bootstrap # ignored by the Swift runtime
1313
Runtime: provided.al2
14-
MemorySize: 512
14+
MemorySize: 128
1515
Architectures:
1616
- arm64
1717
Environment:

0 commit comments

Comments
 (0)