Skip to content

Commit

Permalink
add lambda_patching scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
libracoder committed Jul 24, 2023
1 parent 8656ac9 commit fd58555
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 1 deletion.
35 changes: 35 additions & 0 deletions .github/workflows/claim.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
apiVersion: app.lykon.io/v1
kind: XLambda
metadata:
name: lambda-test-app
spec:
parameters:
env: staging
name: test
runtime: python3.9
timeout: 60
description: "samlple lambda function"
envVariables:
- variables:
foo: bar
name: precious
age: "15"
---
apiVersion: app.lykon.io/v1
kind: XEventSourceMapping
metadata:
name: staging-test
spec:
parameters:
env: staging
name: test
stream: staging-orders
---
apiVersion: app.lykon.io/v1
kind: XSubscriptionfilter
metadata:
name: staging-test
spec:
parameters:
env: staging
name: test
3 changes: 2 additions & 1 deletion .github/workflows/release-crossplane.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@ jobs:
python scripts/workflows/scripts/get_env_values.py
ls
cat ./envs.out
pip install ruamel_yaml==0.11.14
python -m pip install ruamel.yaml
python scripts/workflows/scripts/patch_claim.py
cat ./claims.yaml
env:
Expand Down

0 comments on commit fd58555

Please sign in to comment.