Create Function App

The create-function-app command will generate a Micronaut function project, optimized for serverless environments, with optional flags to specify language, test framework, features and build tool. The project will include a *Function class (based on the project name - e.g., hello-world will generate HelloWorldFunction), and an associated test which will instantiate the function and verify that it can receive requests.

Currently AWS Lambda, Micronaut Azure, and Google Cloud are the supported cloud providers for Micronaut functions. To use other providers, add one in the features: —features azure-function or —features google-cloud-function.