{"id":25464392,"url":"https://github.com/TaylorBriggs/mailchimp-lambda","last_synced_at":"2025-11-04T00:30:30.728Z","repository":{"id":118260823,"uuid":"43792943","full_name":"TaylorBriggs/mailchimp-lambda","owner":"TaylorBriggs","description":"A Lambda function for subscribing to a MailChimp list","archived":false,"fork":false,"pushed_at":"2017-10-31T14:29:45.000Z","size":6,"stargazers_count":44,"open_issues_count":0,"forks_count":9,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-15T05:12:18.704Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/TaylorBriggs.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}},"created_at":"2015-10-07T03:23:26.000Z","updated_at":"2022-12-13T02:37:12.000Z","dependencies_parsed_at":"2023-03-30T09:26:20.445Z","dependency_job_id":null,"html_url":"https://github.com/TaylorBriggs/mailchimp-lambda","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TaylorBriggs%2Fmailchimp-lambda","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TaylorBriggs%2Fmailchimp-lambda/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TaylorBriggs%2Fmailchimp-lambda/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TaylorBriggs%2Fmailchimp-lambda/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TaylorBriggs","download_url":"https://codeload.github.com/TaylorBriggs/mailchimp-lambda/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239423237,"owners_count":19636127,"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":[],"created_at":"2025-02-18T06:31:25.270Z","updated_at":"2025-11-04T00:30:30.682Z","avatar_url":"https://github.com/TaylorBriggs.png","language":"JavaScript","funding_links":[],"categories":["常用 Serverless 平台和工具","Email sending, subscriptions and newsletters"],"sub_categories":["邮件发送"],"readme":"# MailChimp Lambda\n\nA Lambda function for creating MailChimp subscriptions.\n\n##  Authentication\n\nSet your MailChimp data center, API key, list ID, and username in the `.env` file. Copy the\nsample to get started:\n\n```\n$ cp .env.sample .env\n```\n\nAdditional details about authenticating with the MailChimp API is available [here](http://developer.mailchimp.com/documentation/mailchimp/guides/get-started-with-mailchimp-api-3/).\n\n## Deployment\n\nThere's a handy script included to create your zip archive:\n\n```\n$ npm run zip\n```\n\nIntegrate with the\n[AWS API Gateway](http://docs.aws.amazon.com/lambda/latest/dg/gs-amazon-gateway-integration.html)\nto access the function via HTTP POST:\n\n```\n$ curl -X POST -H \"Content-Type: application/json\" \\\n-d '{ \"email\": \"name@email.com\" }' \\\nYOUR_API_GATEWAY_URL\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTaylorBriggs%2Fmailchimp-lambda","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FTaylorBriggs%2Fmailchimp-lambda","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTaylorBriggs%2Fmailchimp-lambda/lists"}