{"id":19037081,"url":"https://github.com/retgits/serverless-contactform","last_synced_at":"2025-04-23T19:16:04.978Z","repository":{"id":61625399,"uuid":"147996894","full_name":"retgits/serverless-contactform","owner":"retgits","description":"A serverless app to serve the contactform","archived":false,"fork":false,"pushed_at":"2018-12-15T00:20:28.000Z","size":15,"stargazers_count":15,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-23T19:15:59.330Z","etag":null,"topics":["contact-form","lambda","serverless","zeit-now"],"latest_commit_sha":null,"homepage":null,"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/retgits.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}},"created_at":"2018-09-09T05:47:14.000Z","updated_at":"2022-05-01T17:11:03.000Z","dependencies_parsed_at":"2022-10-18T18:00:22.770Z","dependency_job_id":null,"html_url":"https://github.com/retgits/serverless-contactform","commit_stats":null,"previous_names":["retgits/contactform-lambda"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/retgits%2Fserverless-contactform","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/retgits%2Fserverless-contactform/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/retgits%2Fserverless-contactform/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/retgits%2Fserverless-contactform/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/retgits","download_url":"https://codeload.github.com/retgits/serverless-contactform/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250496993,"owners_count":21440231,"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":["contact-form","lambda","serverless","zeit-now"],"created_at":"2024-11-08T21:58:37.278Z","updated_at":"2025-04-23T19:16:04.944Z","avatar_url":"https://github.com/retgits.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# serverless-contactform - A serverless app to serve the contactform\n\nA serverless app designed to serve a contactform, running on [ZEIT](https://zeit.co)\n\n## Layout\n\n```bash\n.\n├── .env_template \u003c-- A template file with the environment variables needed for the function\n├── .gitignore    \u003c-- Ignoring the things you do not want in git\n├── go.mod\n├── go.sum\n├── index_test.go \u003c-- Tests for the function code\n├── index.go      \u003c-- The actual function code\n├── LICENSE       \u003c-- The license file\n├── Makefile      \u003c-- Makefile to build and deploy\n├── now.json      \u003c-- Deployment descriptor for ZEIT\n└── README.md     \u003c-- This file :)\n```\n\n## Installing\n\n### Get the sources\n\nYou can get the sources for this project by simply running\n\n```bash\ngo get -u github.com/retgits/serverless-contactform/...\n```\n\n### Update secrets\n\nUpdate the secrets by running\n\n```bash\nmake update-secrets\n```\n\nThis command _will_ delete and recreate the secrets. The secrets used are:\n\n* RECAPTCHA_SECRET: The reCAPTCHA secret token you can get from the _Server side integration_ step in [Google reCAPTCHA](https://www.google.com/recaptcha)\n* EMAIL_ADDRESS: The email address to send data to (like _you@example.com_)\n* EMAIL_PASSWORD: The password needed to log in to the SMTP server\n* SMTP_SERVER: The SMTP server\n* SMTP_PORT: The SMTP server port\n\n### Deploy\n\nDeploy the app by running\n\n```bash\nmake deploy\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fretgits%2Fserverless-contactform","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fretgits%2Fserverless-contactform","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fretgits%2Fserverless-contactform/lists"}