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