{"id":19466867,"url":"https://github.com/digio/serverless-aws-lambda-architecture","last_synced_at":"2026-06-11T02:31:47.988Z","repository":{"id":101108426,"uuid":"464352567","full_name":"digio/serverless-aws-lambda-architecture","owner":"digio","description":"Plugin for Serverless 1.x to support Lambda architecture property","archived":false,"fork":false,"pushed_at":"2022-02-28T23:33:27.000Z","size":108,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-09-17T02:59:55.554Z","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/digio.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-02-28T05:38:56.000Z","updated_at":"2022-02-28T05:51:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"5191756d-96d2-4ca3-9f44-9c6169a3f1eb","html_url":"https://github.com/digio/serverless-aws-lambda-architecture","commit_stats":{"total_commits":5,"total_committers":3,"mean_commits":"1.6666666666666667","dds":0.4,"last_synced_commit":"c60d122bb350e675b62c3fe8911cd4ee29d6c5ef"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/digio/serverless-aws-lambda-architecture","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digio%2Fserverless-aws-lambda-architecture","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digio%2Fserverless-aws-lambda-architecture/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digio%2Fserverless-aws-lambda-architecture/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digio%2Fserverless-aws-lambda-architecture/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/digio","download_url":"https://codeload.github.com/digio/serverless-aws-lambda-architecture/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digio%2Fserverless-aws-lambda-architecture/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34180147,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-11T02:00:06.485Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-10T18:31:12.121Z","updated_at":"2026-06-11T02:31:47.971Z","avatar_url":"https://github.com/digio.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Serverless AWS Lambda Architecture Plugin\n\n[![serverless][sls-image]][sls-url]\n[![npm package][npm-image]][npm-url]\n[![Build Status][build-image]][build-url]\n[![Coverage Status][coveralls-image]][coveralls-url]\n[![Downloads][downloads-image]][npm-url]\n\nA Serverless 1.x-and-above plugin to add support for [AWS Lambda instruction set architectures](https://docs.aws.amazon.com/lambda/latest/dg/foundation-arch.html).\n\n## Motivation\n\nServerless 1.x doesn't have built-in support for the AWS Lambda architectures property. This plugin adds support.\n\n## Installation\n\n```\nnpm install --save-dev serverless-aws-lambda-architecture\n```\n\nAdd the plugin to serverless.yml:\n\n```yaml\nplugins:\n  - serverless-aws-lambda-architecture\n```\n\n**Note**: Node 10.x or higher runtime required.\n\n## Usage\n\nInside your Serverless config, include the `architectures: arm64` property against the Lambda function(s) you wish to\nuse this architecture with.\n\n```yaml\nplugins:\n  - serverless-aws-lambda-architecture\n  ...\n\nfunctions:\n  x86ArchFunction:\n    handler: handler\n    description: \"Uses the default Lambda architecture\"\n\n  arm64Function:\n    handler: handler\n    description: \"Uses the ARM64 architecture\"\n    architectures: \n      - arm64\n    \n```\n\n[sls-image]: http://public.serverless.com/badges/v3.svg\n[sls-url]: http://www.serverless.com\n[npm-image]: https://img.shields.io/npm/v/serverless-aws-lambda-architecture.svg\n[npm-url]: http://npmjs.org/package/serverless-aws-lambda-architecture\n[build-image]: https://github.com/digio/serverless-aws-lambda-architecture/actions/workflows/npm-publish.yml/badge.svg\n[build-url]: https://github.com/digio/serverless-aws-lambda-architecture/actions\n[coveralls-image]: https://coveralls.io/repos/github/digio/serverless-aws-lambda-architecture/badge.svg?branch=master\n[coveralls-url]: https://coveralls.io/github/digio/serverless-aws-lambda-architecture?branch=master\n[downloads-image]: https://img.shields.io/npm/dm/serverless-aws-lambda-architecture.svg\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdigio%2Fserverless-aws-lambda-architecture","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdigio%2Fserverless-aws-lambda-architecture","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdigio%2Fserverless-aws-lambda-architecture/lists"}