Skip to content

Commit c28d715

Browse files
committed
chore: move to approach B for multiple IaC
1 parent 7f6ef84 commit c28d715

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# This file is auto generated by SAM CLI build command
2+
3+
[function_build_definitions]
4+
[function_build_definitions.822b185b-39d9-48d0-962a-0e7cca6e0955]
5+
codeuri = "/Users/lessa/DEV/aws-lambda-powertools-python/examples/tracer/src"
6+
runtime = "python3.9"
7+
architecture = "x86_64"
8+
handler = "capture_lambda_handler.handler"
9+
manifest_hash = ""
10+
packagetype = "Zip"
11+
functions = ["CaptureLambdaHandlerExample"]
12+
13+
[layer_build_definitions]

examples/tracer/template.yaml renamed to examples/tracer/sam/template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ Resources:
1919
CaptureLambdaHandlerExample:
2020
Type: AWS::Serverless::Function
2121
Properties:
22-
CodeUri: src
22+
CodeUri: ../src
2323
Handler: capture_lambda_handler.handler

0 commit comments

Comments
 (0)