You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# This file defines spec of a Lambda function. See https://pipecd.dev/docs/user-guide/configuration-reference/#specific-functionyaml for other options.
apiVersion: pipecd.dev/v1beta1
kind: LambdaFunction
spec:
name: CanaryZipFunction
role: <IAM_ROLE_ARN> # [EDIT_HERE] The ARN of the function’s execution role.
# Using PipeCD's built-in source code packaging - no manual zip building or S3 uploads needed!
source:
git: "" # Empty means same repository
ref: "" # Empty means current commit
path: "src" # Path to source code directory relative to this function.yaml