xp-forge / lambda

AWS Lambda for the XP Framework
3 stars 0 forks source link

Resolve paths in symlinks before adding to ZIP file #26

Closed thekid closed 11 months ago

thekid commented 11 months ago

See #25, now produces the following ZIP file:

 $ unzip -l function.zip
 Archive:  function.zip
   Length      Date    Time    Name
 ---------  ---------- -----   ----
         0  2023-10-06 16:29   vendor/
         0  2023-10-06 16:29   vendor/enbwag/
         0  2023-10-06 16:29   vendor/enbwag/empower-foundation/
-        0  2023-10-06 16:29   ../../lib/empower-foundation/src/
+        0  2023-10-08 09:49   vendor/enbwag/empower-foundation/src/
 [...]
thekid commented 11 months ago

Released in https://github.com/xp-forge/lambda/releases/tag/v5.1.0