diff options
| author | Alex Schofield <git@ajschof.me> | 2024-08-15 15:24:03 +0100 |
|---|---|---|
| committer | Alex Schofield <git@ajschof.me> | 2024-08-15 15:24:03 +0100 |
| commit | ad89bf442b83c1a3cccb88bb29aac24f0d9d22de (patch) | |
| tree | d105219f6b34549038aa63d8cf2916cee420ded8 /src/transform_lambda.py | |
| parent | a4453b4c1e56182a26038554d1ad1a1e68631ab1 (diff) | |
| parent | 7642266611b370b6e945e132c8e7b26c8d6fe9f3 (diff) | |
| download | de-project-bentley-ad89bf442b83c1a3cccb88bb29aac24f0d9d22de.tar.gz de-project-bentley-ad89bf442b83c1a3cccb88bb29aac24f0d9d22de.zip | |
Merge branch 'development' into feature/ci-tests
Diffstat (limited to 'src/transform_lambda.py')
| -rw-r--r-- | src/transform_lambda.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/transform_lambda.py b/src/transform_lambda.py new file mode 100644 index 0000000..6ee681f --- /dev/null +++ b/src/transform_lambda.py @@ -0,0 +1,2 @@ +def lambda_handler(): + pass
\ No newline at end of file |
