I want to decode aes encrypted data in Javascript in python in aws

I have a Javascript-AES encrypted value that I want to decode in python with cryptography library how can I do that?
I tried it with pycrypto library by adding it as layer but the import fails with some .so error. Later, I figured that pycrypto has become obsolete.
Can someone help me decrypt the following value “U2FsdGVkX1+i0YtqcKW4tsI3witHU65dqIkgYGptHT0=” in python so it can be used in lambda aws.