adobe / helix-deploy

A multi-cloud deployment tool for serverless functions running on AWS Lambda, Adobe I/O Runtime, Azure Functions, and Google Cloud Functions. Write once, run everywhere.
Apache License 2.0
12 stars 16 forks source link

AWS Libraries are excluded when deploying to Adobe I/O Runtime, causing initialization errors #667

Open nit23uec opened 7 months ago

nit23uec commented 7 months ago

there is a change in behaviour in helix-deploy since version 9.3.11 (most likely due to this PR). now, IO RT actions that are importing packages like helix-google-support are failing with initialisation error (Initialization has failed due to: Error: Cannot find module '@aws-sdk/client-s3).

Expected Behaviour

Actual Behaviour

Reproduce Scenario (including but not limited to)

Steps to Reproduce

Platform and Version

Sample Code that illustrates the problem

Logs taken while reproducing problem