{"id":16615016,"url":"https://github.com/dschep/serverless-at","last_synced_at":"2025-09-15T18:27:50.072Z","repository":{"id":140936605,"uuid":"202748612","full_name":"dschep/serverless-at","owner":"dschep","description":"A serverless implementation of the UNIX at command","archived":false,"fork":false,"pushed_at":"2019-08-20T12:54:13.000Z","size":46,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-17T16:55:55.829Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dschep.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2019-08-16T15:05:01.000Z","updated_at":"2019-08-20T12:54:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"0bfba270-519e-4fc5-a343-e5ed7c617772","html_url":"https://github.com/dschep/serverless-at","commit_stats":{"total_commits":40,"total_committers":5,"mean_commits":8.0,"dds":0.5,"last_synced_commit":"2bcf17c121f11cb68b4f3099dc5e41070879f1b5"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dschep%2Fserverless-at","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dschep%2Fserverless-at/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dschep%2Fserverless-at/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dschep%2Fserverless-at/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dschep","download_url":"https://codeload.github.com/dschep/serverless-at/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242951172,"owners_count":20211572,"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":"2024-10-12T02:08:30.275Z","updated_at":"2025-09-15T18:27:44.968Z","avatar_url":"https://github.com/dschep.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# :zap::alarm_clock: Serverless `at`\n\nInstantly schedule one-time jobs to run on AWS Lambda using\n[Serverless Components](https://github.com/serverless/components). Inspired by the UNIX `at`\ncommand.\n\n1. [Install](#1-install)\n2. [Create a script](#2-create-a-script)\n3. [Deploy](#3-deploy)\n\n\n### 1. Install\n\n```console\n$ npm install -g dschep/serverless-at\n```\n\n### 2. Create a script\n\nCreate a file (Python \u0026 NodeJS currently supported) containing\na lambda handler called `task`.\nEg: `foo.py` containing:\n```python\ndef task(event, context):\n    print('huzzah')\n    return\n```\n\nor: `foo.js` containing:\n```javascript\nmodule.exports.task = async () =\u003e {\n    console.log('huzzah')\n    return\n}\n```\n\n### 3. Deploy\n\n```console\n$ sls-at foo.py 2019-08-16T12:00:00\n```\n\nThe 1st argument is your script containing a `task` lambda handler function,\nthe 2nd is an [EcmaScript date](http://www.ecma-international.org/ecma-262/5.1/#sec-15.9.1.15).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdschep%2Fserverless-at","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdschep%2Fserverless-at","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdschep%2Fserverless-at/lists"}