spcl / fmi

Function Message Interface (FMI): library for message-passing and collective communication for serverless functions.
https://mcopik.github.io/projects/fmi/
15 stars 10 forks source link

AWS S3 SDK Build fix #19

Open mujtaba1747 opened 9 months ago

mujtaba1747 commented 9 months ago

Part of #17

The lambda layer build fails due to an additional parameter in the S3Client constructor. Newer version of the AWS S3 SDK does not require that extra parameter ie credentialsProvider

mcopik commented 8 months ago

@mujtaba1747 Thank you for the PR! I will test it with building layers for 3.9. I had just one comment for the PR.