A F# starter project for Serverless Framework with AWS Extensions for .NET CLI.
Create a new project
$ serverless install --url https://github.com/fwang/serverless-fsharp-starter --name serverless-fsharp-starter
Build
$ ./build.sh
Invoke a function locally
$ serverless invoke local -f hello
Deploy your project
$ serverless deploy
Deploy a single function
$ serverless deploy function --function hello
- Send us an email if you have any questions
- Open a new issue if you've found a bug or have some suggestions.
- Or submit a pull request!
Maintained by Anomaly Innovations. Subscribe to our newsletter for updates. Send us an email if you have any questions.