When we run amplify push does amplify package up the entire node_modules folder, or is that recreated on the AWS side using package.json?
Also asked this question here:
When we run amplify push does amplify package up the entire node_modules folder, or is that recreated on the AWS side using package.json?
Also asked this question here:
Copyright © 2021 Jogjafile Inc.
Confirmed with the AWS Amplify team that it does. I made a mistake in my intall.
Instead of
@fireflysemantics/stripeI installed@fireflysemantics/slice. And thus the import:Failed, causing the lambda function to fail.