You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've just added a layer for aws-xray-sdk and jsonpickle as described in the README for the blank Python project.
cd function
pip3 install --target ../package/python -r requirements.txt
However, I was finding that the function package still included the required modules as listed in requirements.txt. It looks as though that rather than building the layer from /functoin/requirements.txt a separate requirements file should be created, and that modules that will be in the layer should be removed from /functoin/requirements.txt.
Can the documentation be amended to make this clear, as the existing documentation doesn't seem to acknowledge that at all.