{"id":20294497,"url":"https://github.com/katallaxie/serverless-aws-dart","last_synced_at":"2025-04-11T11:43:04.380Z","repository":{"id":43883101,"uuid":"291056857","full_name":"katallaxie/serverless-aws-dart","owner":"katallaxie","description":"⚡ 🏗️  A template for creating function with the Dart runtime for AWS Lambda","archived":false,"fork":false,"pushed_at":"2022-07-08T08:51:09.000Z","size":9,"stargazers_count":4,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-25T08:03:29.559Z","etag":null,"topics":["aws","dart","serverless"],"latest_commit_sha":null,"homepage":"","language":"Dart","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/katallaxie.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":"2020-08-28T13:42:33.000Z","updated_at":"2023-11-25T15:42:26.000Z","dependencies_parsed_at":"2022-09-17T06:42:27.403Z","dependency_job_id":null,"html_url":"https://github.com/katallaxie/serverless-aws-dart","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/katallaxie%2Fserverless-aws-dart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/katallaxie%2Fserverless-aws-dart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/katallaxie%2Fserverless-aws-dart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/katallaxie%2Fserverless-aws-dart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/katallaxie","download_url":"https://codeload.github.com/katallaxie/serverless-aws-dart/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248386119,"owners_count":21095009,"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","dart","serverless"],"created_at":"2024-11-14T15:29:27.088Z","updated_at":"2025-04-11T11:43:04.360Z","avatar_url":"https://github.com/katallaxie.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ⚡️ serverless Dart for AWS Lambda template\n\nA sample template for bootstrapping [Dart Runtime for AWS Lambda](https://github.com/awslabs/aws-lambda-dart-runtime) applications with ⚡ serverless framework ⚡.\n\n## 📦 Install\n\nInstall the [serverless framework](https://www.serverless.com/framework/docs/getting-started/) CLI.\n\nRun the following command in your terminal.\n\n```bash\n$ npx serverless install \\\n  --url https://github.com/katallaxie/serverless-aws-dart \\\n  --name hello\n```\n\nThis will download the source of a sample Dart application and unpack it as a new service named\n\"hello\" in a directory called \"hello\" 👋.\n\n## 🛵 Deployment\n\nThis template includes an example [GitHub actions](https://github.com/features/actions) [configuration file](.github/workflows/main.yml) which can unlock a virtuous cycle of continuous integration and deployment\n( i.e all tests are run on prs and every push to master results in a deployment).\n\nGitHub actions is managed simply by the presence of a file checked into your repository. To set up GitHub Actions to deploy to AWS you'll need to do a few things\n\nFirstly, version control your source. [Github](https://github.com/) is free for opensource.\n\n```bash\n$ git init\n$ git remote add origin git@github.com:{username}/hello.git\n```\n\nStore a `AWS_ACCESS_KEY_ID` `AWS_SECRET_ACCESS_KEY` used for aws deployment in your repositories secrets https://github.com/{username}/hello/settings/secrets\n\nAdd your changes to git and push them to GitHub.\n\nFinally, open https://github.com/{username}/hello/actions in your browser and grab a bucket of popcorn 🍿.\n\n## 👴 retiring\n\nGood code should be easily replaceable. Good code should also be easily disposable. Retiring applications should be as easy as creating and deploying them them. The dual of `serverless deploy` is `serverless remove`. Use this for retiring services and cleaning up resources.\n\n```bash\n$ npx serverless remove\n```\n\n## ℹ️  additional information\n\n* See the [serverless-dart plugin's documentation](https://github.com/katallaxie/serverless-dart) for more information on plugin usage.\n\n* See the [Dart Runtime for AWS Lambda](https://github.com/awslabs/aws-lambda-dart-runtime) for more information on writing Dart Lambda functions\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkatallaxie%2Fserverless-aws-dart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkatallaxie%2Fserverless-aws-dart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkatallaxie%2Fserverless-aws-dart/lists"}