Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.

Commit f646300

Browse files
Merge branch 'master' into feature/swift-5.1
* master: FIX make create_lambda # Conflicts: # Examples/HelloWorld/Package.resolved
2 parents 1e2d702 + c5cd920 commit f646300

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Makefile

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ SWIFT_CONFIGURATION=release
1313
# Configuration
1414

1515
# HelloWorld Example Configuration
16-
# SWIFT_EXECUTABLE=HelloWorld
17-
# SWIFT_PROJECT_PATH=Examples/HelloWorld
18-
# LAMBDA_FUNCTION_NAME=HelloWorld
19-
# LAMBDA_HANDLER=$(SWIFT_EXECUTABLE).helloWorld
16+
SWIFT_EXECUTABLE=HelloWorld
17+
SWIFT_PROJECT_PATH=Examples/HelloWorld
18+
LAMBDA_FUNCTION_NAME=HelloWorld
19+
LAMBDA_HANDLER=$(SWIFT_EXECUTABLE).helloWorld
2020

2121
# HTTPSRequest Example Configuration
2222
# SWIFT_EXECUTABLE=HTTPSRequest
@@ -25,10 +25,10 @@ SWIFT_CONFIGURATION=release
2525
# LAMBDA_HANDLER=$(SWIFT_EXECUTABLE).getHttps
2626

2727
# S3Test Example Configuration
28-
SWIFT_EXECUTABLE=S3Test
29-
SWIFT_PROJECT_PATH=Examples/S3Test
30-
LAMBDA_FUNCTION_NAME=S3Test
31-
LAMBDA_HANDLER=$(SWIFT_EXECUTABLE).getObject
28+
# SWIFT_EXECUTABLE=S3Test
29+
# SWIFT_PROJECT_PATH=Examples/S3Test
30+
# LAMBDA_FUNCTION_NAME=S3Test
31+
# LAMBDA_HANDLER=$(SWIFT_EXECUTABLE).getObject
3232

3333
# Internals
3434
LAMBDA_ZIP=lambda.zip

0 commit comments

Comments
 (0)