Skip to content

Commit 0535cb7

Browse files
Fix SAM Examples after directory change (#124)
1 parent 034afa1 commit 0535cb7

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Examples/LambdaFunctions/scripts/SAM/APIGateway-template.yml

+1-1
Original file line numberDiff line numberDiff 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:

Examples/LambdaFunctions/scripts/SAM/Benchmark-template.yml

+1-1
Original file line numberDiff line numberDiff 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

Examples/LambdaFunctions/scripts/SAM/CurrencyExchange-template.yml

+1-1
Original file line numberDiff line numberDiff 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

Examples/LambdaFunctions/scripts/SAM/ErrorHandling-template.yml

+1-1
Original file line numberDiff line numberDiff 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

Examples/LambdaFunctions/scripts/SAM/HelloWorld-template.yml

+1-1
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)