aws-deployment-framework icon indicating copy to clipboard operation
aws-deployment-framework copied to clipboard

Deployment of Serverless Applications does not fully work

Open apachler opened this issue 4 years ago • 1 comments

As described in the docs it is possible to deploy Serverless Applications through ADF.

I have configured everything as described but got no working results.

The problem here is that the command 'sam build' does not pull dependencies as defined in requirements.txt or package.json for Lambda functions. To fix the problem it is simply needed to update the AWS SAM CLI which is installed in the version 1.15.0 and this version seems not to pull dependencies.

I have upgraded the AWS SAM CLI to 1.31.0 and everything is working like a charm.

apachler avatar Sep 16 '21 13:09 apachler

Thanks for reporting this.

We are working towards the next release of ADF where the SAM CLI will be updated to a version that fixes your issue. Your workaround should fix it for the time being. Let me know if you are blocked so we can find another workaround instead.

I will leave this issue open so you will be notified when it is released.

sbkok avatar Nov 09 '21 09:11 sbkok

Thank you for your patience. I am happy to inform you that this issue has been resolved in our latest release v3.2.0 just now. I'm hereby closing this issue. Please open a new issue if you are experiencing any issues with the latest release.

sbkok avatar Jan 24 '23 10:01 sbkok