We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f6ef84 commit c28d715Copy full SHA for c28d715
examples/tracer/sam/.aws-sam/build.toml
@@ -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
@@ -19,5 +19,5 @@ Resources:
19
CaptureLambdaHandlerExample:
20
Type: AWS::Serverless::Function
21
Properties:
22
- CodeUri: src
+ CodeUri: ../src
23
Handler: capture_lambda_handler.handler
0 commit comments