In order to fix #9324 , the bundling image used by aws-lambda-python now uses cp instead of rsync (which was not present in the container) to copy assets to the output folder. However, now I'm getting the following error:
cp: preserving times for ‘/asset-output/.’: Operation not permitted
Same as before.
Did a quick test and I'm getting the same error for the Python 3.7 runtime.
@adamelmore can you please take a look?