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 65e9ad1 commit a00ba60Copy full SHA for a00ba60
Examples/APIGatewayV1/Sources/main.swift
@@ -2,7 +2,7 @@
2
//
3
// This source file is part of the SwiftAWSLambdaRuntime open source project
4
5
-// Copyright (c) 2024 Apple Inc. and the SwiftAWSLambdaRuntime project authors
+// Copyright (c) 2025 Apple Inc. and the SwiftAWSLambdaRuntime project authors
6
// Licensed under Apache License v2.0
7
8
// See LICENSE.txt for license information
Examples/APIGatewayV1/template.yaml
@@ -11,7 +11,7 @@ Resources:
11
Timeout: 60
12
Handler: swift.bootstrap # ignored by the Swift runtime
13
Runtime: provided.al2
14
- MemorySize: 512
+ MemorySize: 128
15
Architectures:
16
- arm64
17
Environment:
0 commit comments