Muhammad Dyas Yaskur

Results 33 comments of Muhammad Dyas Yaskur

Thank you for addressing your concern about the statement regarding Bali not being a country. As an Indonesian, I'm well aware of this fact. I created that statement primarily for...

What `--platform `value should I use with pip install to install NumPy 2.3.x for use in an AWS Lambda layer? Previously, I was able to install NumPy using manylinux2014_x86_64 with...

By the way, I tested AWS Lambda with Python 3.13 by running the following code: ``` import platform def lambda_handler(event, context): return { "platform_release: platform.release() } ``` The output returned:...