spcl / fmi

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

Integration with Serverless framework. #3

Open mcopik opened 1 year ago

mcopik commented 1 year ago

The Serverless framework provides the ability to deploy functions and necessary components automatically. FMI relies on having provisioned S3 buckets, DynamoDB tables, or other resources.

Instead of expecting users to configure such resources manually, we could provide a YAML configuration file for the framework to deploy resources and export the configuration. Then, user's application could include FMI code directly in functions and load the configuration from a file or environment variables.

Stazz0 commented 4 months ago

Hii @mcopik, can I work on this issue?

mcopik commented 4 months ago

@Stazz0 yes, it's free to take! Let me know if you have any questions.