File tree 5 files changed +5
-5
lines changed
Examples/LambdaFunctions/scripts/SAM
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Resources:
9
9
Properties :
10
10
Handler : Provided
11
11
Runtime : provided
12
- CodeUri : .build/lambda/APIGateway/lambda.zip
12
+ CodeUri : ../../. build/lambda/APIGateway/lambda.zip
13
13
# Add an API Gateway event source for the Lambda
14
14
Events :
15
15
HttpGet :
Original file line number Diff line number Diff line change @@ -9,6 +9,6 @@ Resources:
9
9
Properties :
10
10
Handler : Provided
11
11
Runtime : provided
12
- CodeUri : .build/lambda/Benchmark/lambda.zip
12
+ CodeUri : ../../. build/lambda/Benchmark/lambda.zip
13
13
# Instructs new versions to be published to an alias named "live".
14
14
AutoPublishAlias : live
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Resources:
9
9
Properties :
10
10
Handler : Provided
11
11
Runtime : provided
12
- CodeUri : .build/lambda/CurrencyExchange/lambda.zip
12
+ CodeUri : ../../. build/lambda/CurrencyExchange/lambda.zip
13
13
Timeout : 300
14
14
# Instructs new versions to be published to an alias named "live".
15
15
AutoPublishAlias : live
Original file line number Diff line number Diff line change @@ -9,6 +9,6 @@ Resources:
9
9
Properties :
10
10
Handler : Provided
11
11
Runtime : provided
12
- CodeUri : .build/lambda/ErrorHandling/lambda.zip
12
+ CodeUri : ../../. build/lambda/ErrorHandling/lambda.zip
13
13
# Instructs new versions to be published to an alias named "live".
14
14
AutoPublishAlias : live
Original file line number Diff line number Diff line change @@ -9,6 +9,6 @@ Resources:
9
9
Properties :
10
10
Handler : Provided
11
11
Runtime : provided
12
- CodeUri : .build/lambda/HelloWorld/lambda.zip
12
+ CodeUri : ../../. build/lambda/HelloWorld/lambda.zip
13
13
# Instructs new versions to be published to an alias named "live".
14
14
AutoPublishAlias : live
You can’t perform that action at this time.
0 commit comments