{"id":21305991,"url":"https://github.com/whitetigle/aws-lambda-serverless-fsharp","last_synced_at":"2025-07-11T21:31:17.871Z","repository":{"id":144166930,"uuid":"129263695","full_name":"whitetigle/aws-lambda-serverless-fsharp","owner":"whitetigle","description":"AWS lambda template for FSharp on netcore2.0 using Serverless framework","archived":false,"fork":false,"pushed_at":"2018-04-12T14:55:36.000Z","size":49,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-06T09:11:24.156Z","etag":null,"topics":["aws-lambda","fsharp","netcore2","serverless"],"latest_commit_sha":null,"homepage":null,"language":"F#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/whitetigle.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-04-12T14:25:34.000Z","updated_at":"2020-08-14T07:16:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"994fb97b-9047-433d-a7f3-cc43310fa032","html_url":"https://github.com/whitetigle/aws-lambda-serverless-fsharp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/whitetigle/aws-lambda-serverless-fsharp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whitetigle%2Faws-lambda-serverless-fsharp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whitetigle%2Faws-lambda-serverless-fsharp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whitetigle%2Faws-lambda-serverless-fsharp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whitetigle%2Faws-lambda-serverless-fsharp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/whitetigle","download_url":"https://codeload.github.com/whitetigle/aws-lambda-serverless-fsharp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whitetigle%2Faws-lambda-serverless-fsharp/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264902282,"owners_count":23681035,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws-lambda","fsharp","netcore2","serverless"],"created_at":"2024-11-21T16:20:34.458Z","updated_at":"2025-07-11T21:31:17.844Z","avatar_url":"https://github.com/whitetigle.png","language":"F#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# aws-lambda-serverless-fsharp\nAWS lambda template for FSharp on netcore2.0 using Serverless framework\n\n## Credits\nThis template and doc are based on the Fsharp template provided by [Serverless](https://github.com/serverless/serverless/tree/master/docs/providers/aws/examples/hello-world/fsharp).\n\nIt mainly adds:\n- Paket for package management\n- netcore2.0 support\n\n## What is it?\nThis is a simple netcore2.0 project aiming at make deploy of compiled FSharp apps easy like 1-2-3.\nIt will take just a few minutes to install the tools and have your netcore2.0 app deployed to AWS Lambda.\n\n## Prerequisites\n1 - [AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/installing.html) is installed\n\n2 - [AWS credentials](https://docs.aws.amazon.com/fr_fr/cli/latest/userguide/cli-chap-getting-started.html) have been set with `aws configure`\n\n3 - [Serverless](https://serverless.com/) is installed with `npm install serverless -g`\n\n## 1. Init Paket\n1 - Update Paket: `.paket/paket.bootstrapper.exe`\n\n2 - Init Paket: `.paket/paket.exe init`\n\n## 2. Build using .NET Core 2.X CLI tools and create zip package\n\n```\n# Linux or Mac OS\n./build.sh\n```\n\n```\n# Windows PowerShell\n./build.cmd\n```\n\n## 3. Deploy\n\n```\nsls deploy\n```\n\nThis will deploy your function to AWS Lambda based on the settings in `serverless.yml`.\n\n## 4. Invoke deployed function\n\n```\nsls invoke -f hello\n```\n\nInvoke deployed function with command `invoke` and `--function` or shorthand `-f`.\n\nIn your terminal window you should see the response from AWS Lambda.\n\n```bash\n{\n    \"Message\": \"Your function executed successfully!\",\n    \"Request\": {\n        \"Key1\": null,\n        \"Key2\": null,\n        \"Key3\": null\n    }\n}\n```\n\nCongrats you have deployed and ran your Hello World function!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhitetigle%2Faws-lambda-serverless-fsharp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwhitetigle%2Faws-lambda-serverless-fsharp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhitetigle%2Faws-lambda-serverless-fsharp/lists"}