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.
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.