Closed Hardik2003 closed 3 years ago
Hi team. Is there any update on this?
Hi @Hardik2003
I haven't tested the serverless deployment for a while, it's been replaced with AWS SAM. Please try deploying with the sam-cli.
@Hardik2003 Seems the current serverless.yml does not install and package dependencies. Try adding the serverless-python-requirementes plugin. You can find documentation here: https://www.serverless.com/plugins/serverless-python-requirements
Thanks @BenjaDiaz - I ended up using the AWS SAM solution as suggested by @Guslington and it is working perfectly fine.
But I appreciate the solution you have mentioned above. It might help someone facing a similar issue with the serverless platform.
I'm using the Lambda function in AWS to deploy the shelvery function for cross-region/cross-account backups.
While running the Lambda function to test the same, I get the following error:
Not quite sure what could be missing here.
When I try to install serverless module in the node docker container as mentioned in the documentation, I do see this. It may/may not be related to the issue I'm facing.