Created
January 28, 2022 02:54
-
-
Save arashout/a62df1b729f4ac13b2319b50d32c8015 to your computer and use it in GitHub Desktop.
An example manifest for our LambdaDeployment Custom Resource Definition
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: lambda-deployment.keeptruckin.com/v1 | |
kind: LambdaDeployment | |
metadata: | |
name: lambda-deployment-test-function-preview | |
spec: | |
# We control the lambda environment using the ARN | |
functionARN: arn:aws:lambda:us-east-1:123:function:test-function-preview | |
# These will be used to construct the key for the zip file uploaded to S3 | |
functionName: test-function | |
# The SHA of the current HEAD commit | |
commit: 8cc06dbec558fd94d9b40da92e347a34f454df61 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment