{"id":13827056,"url":"https://github.com/ewilde/faas-fargate","last_synced_at":"2026-01-28T10:38:15.190Z","repository":{"id":57553769,"uuid":"134089408","full_name":"ewilde/faas-fargate","owner":"ewilde","description":"OpenFaaS on AWS Fargate. Open source Functions as a Service without any infrastructure to manage","archived":false,"fork":false,"pushed_at":"2019-04-13T17:11:23.000Z","size":5643,"stargazers_count":50,"open_issues_count":8,"forks_count":1,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-07-09T03:37:58.370Z","etag":null,"topics":["faas","fargate","openfaas","serverless"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ewilde.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-05-19T18:49:51.000Z","updated_at":"2025-01-23T23:57:37.000Z","dependencies_parsed_at":"2022-08-27T00:41:48.441Z","dependency_job_id":null,"html_url":"https://github.com/ewilde/faas-fargate","commit_stats":null,"previous_names":["ewilde/faas-ecs"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/ewilde/faas-fargate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ewilde%2Ffaas-fargate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ewilde%2Ffaas-fargate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ewilde%2Ffaas-fargate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ewilde%2Ffaas-fargate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ewilde","download_url":"https://codeload.github.com/ewilde/faas-fargate/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ewilde%2Ffaas-fargate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28844014,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T07:39:25.367Z","status":"ssl_error","status_checked_at":"2026-01-28T07:39:24.487Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["faas","fargate","openfaas","serverless"],"created_at":"2024-08-04T09:01:49.292Z","updated_at":"2026-01-28T10:38:15.173Z","avatar_url":"https://github.com/ewilde.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"Mascot\" src=\"docs/mascot.png\" /\u003e\n  \u003ch3 align=\"center\"\u003efaas-fargate\u003c/h3\u003e\n  \u003cp align=\"center\"\u003eRun OpenFaaS on AWS serverless with Fargate.\u003c/p\u003e\n  \u003cp align=\"center\"\u003e\n    \u003ca href=\"https://github.com/goreleaser/goreleaser/releases/latest\"\u003e\u003cimg alt=\"Release\" src=\"https://img.shields.io/github/release/ewilde/faas-fargate.svg?style=flat-square\"\u003e\u003c/a\u003e\n    \u003ca href=\"/LICENSE.md\"\u003e\u003cimg alt=\"Software License\" src=\"https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://travis-ci.org/ewilde/faas-fargate\"\u003e\u003cimg alt=\"Travis\" src=\"https://img.shields.io/travis/ewilde/faas-fargate/master.svg?style=flat-square\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/goreleaser\"\u003e\u003cimg alt=\"Powered By: GoReleaser\" src=\"https://img.shields.io/badge/powered%20by-goreleaser-green.svg?style=flat-square\"\u003e\u003c/a\u003e   \n  \u003c/p\u003e\n\u003c/p\u003e\n\n---\n\n## Installation\n### Terraform deployment\n_**Easy to get started**_: A [terraform module](https://github.com/ewilde/terraform-aws-openfaas-fargate) has been developed \nto build out a standard deployment of `faas-fargate` on `fargate`. See: https://github.com/ewilde/terraform-aws-openfaas-fargate.\nThis module deploys the whole stack on Fargate including openfaas `gateway`, `nats` and sets up default security setting\netc...\n\n### Manually\n1. Use the [published docker image](https://hub.docker.com/r/ewilde/faas-fargate/)\n2. Download from the [releases tab](https://github.com/ewilde/faas-fargate/releases)\n\n## Configuration\nAll configuration is managed using environment variables\n\n| Option                            | Usage                                                                                          | Default                  | Required |\n|-----------------------------------|------------------------------------------------------------------------------------------------|--------------------------|----------|\n| `subnet_ids`                      | Comma separated list of subnet ids used to place function                                      | subnets from default vpc |   no     |\n| `security_group_id`               | Id of the security group to assign functions. If using [terraform-aws-openfaas-fargate](https://github.com/ewilde/terraform-aws-openfaas-fargate) this is the output variable `service_security_group`                                                  |                          |   no       |\n| `cluster_name`                    | Name of the AWS ECS cluster.                                                                   | `openfaas`               |   no     |\n| `assign_public_ip`                | Whether or not to associate a public ip address with your function.                            | `DISABLED`               |   no     |\n| `enable_function_readiness_probe` | Boolean - enable a readiness probe to test functions.                                          | `true`                   |   no     |\n| `write_timeout`                   | HTTP timeout for writing a response body from your function (in seconds).                      | `8`                      |   no     |\n| `read_timeout`                    | HTTP timeout for reading the payload from the client caller (in seconds).                      | `8`                      |   no     |\n| `image_pull_policy`               | Image pull policy for deployed functions (`Always`, `IfNotPresent`, `Never`)                   | `Always`                 |   no     |\n| `LOG_LEVEL`                       | Logging level either: `trace, debug, info, warn, error, fatal, panic`.                         | `info`                   |   no     |\n| `AWS_DEFAULT_REGION`              | AWS region faas-fargate is running in.                                                         | `us-east-1`              |   no     |\n\n## Overview\n![diagram of the openfaas on fargate architecture](./docs/architecture.png \"Openfaas for fargate overview\")\n\n## Contributions\nWe welcome contributions! Please refer to our [contributing guidelines](CONTRIBUTING.md) for further information.\n\n## Releasing\nReleases are made using [goreleaser](https://github.com/goreleaser/goreleaser) and use [semver](https://semver.org/)\n\n### Example release\n#### Step 1 tag the release\n```\ngit tag v0.5.7 -m \"feat: Adds verify_ssl support to environment resource\"\ngit push origin v0.5.7\n```\n#### Step 2 wait for travis build to complete\nTravis will:\n1. build the release\n1. run tests\n1. push to [docker](https://hub.docker.com/r/ewilde/faas-fargate/)\n1. create a github release on the [releases tab](https://github.com/ewilde/faas-fargate/releases)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fewilde%2Ffaas-fargate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fewilde%2Ffaas-fargate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fewilde%2Ffaas-fargate/lists"}