Amazon web services – Lambda layer import error using AWS CDK in Python (same file works fine when uploaded via console)
I'm encountering an issue with my AWS CDK (v2) Python deployment when attaching a Lambda layer. I have a zipped Lambda layer file structured as follows: python/lib/python3.11/site-packages/. When I upload this zip file manually through the AWS Management Console, my…