{"id":16440687,"url":"https://github.com/amilochau/core-aws","last_synced_at":"2025-08-08T04:22:39.380Z","repository":{"id":163379543,"uuid":"607585383","full_name":"amilochau/core-aws","owner":"amilochau","description":"Core libraries for .NET Core applications on AWS ✅","archived":false,"fork":false,"pushed_at":"2025-02-13T17:09:25.000Z","size":982,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-01T00:59:41.290Z","etag":null,"topics":["aws-dynamodb","aws-lambda","dotnet","framework"],"latest_commit_sha":null,"homepage":"","language":"C#","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/amilochau.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"amilochau"}},"created_at":"2023-02-28T09:17:41.000Z","updated_at":"2025-02-13T17:09:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"8e5e8b52-ae56-47e1-9730-64e286c1f6eb","html_url":"https://github.com/amilochau/core-aws","commit_stats":null,"previous_names":[],"tags_count":68,"template":false,"template_full_name":null,"purl":"pkg:github/amilochau/core-aws","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amilochau%2Fcore-aws","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amilochau%2Fcore-aws/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amilochau%2Fcore-aws/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amilochau%2Fcore-aws/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/amilochau","download_url":"https://codeload.github.com/amilochau/core-aws/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amilochau%2Fcore-aws/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268153030,"owners_count":24204052,"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","status":"online","status_checked_at":"2025-07-31T02:00:08.723Z","response_time":66,"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":["aws-dynamodb","aws-lambda","dotnet","framework"],"created_at":"2024-10-11T09:12:46.381Z","updated_at":"2025-08-08T04:22:39.353Z","avatar_url":"https://github.com/amilochau.png","language":"C#","funding_links":["https://github.com/sponsors/amilochau"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/amilochau/core-aws/blob/main/LICENSE\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/license/amilochau/core-aws\" alt=\"License\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/amilochau/core-aws/releases\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/v/release/amilochau/core-aws\" alt=\"Release\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://www.nuget.org/packages?q=Milochau.Core.Aws\"\u003e\n    \u003cimg src=\"https://img.shields.io/nuget/vpre/Milochau.Core.Aws.Abstractions\" alt=\"Version\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://www.nuget.org/packages?q=Milochau.Core.Aws\"\u003e\n    \u003cimg src=\"https://img.shields.io/nuget/dt/Milochau.Core.Aws.Abstractions\" alt=\"Downloads\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\u003ch1 align=\"center\"\u003e\n  @amilochau/core-aws\n\u003c/h1\u003e\n\n`@amilochau/core-aws` is a set of opinionated packages used to create AWS Lambda functions with .NET 9.0 native AOT. This repository comes from a fork of multiple AWS dotnet packages, rewritten to focus on performances:\n\n- [aws/aws-sdk-dotnet](https://github.com/aws/aws-sdk-net)\n- [aws/aws-lambda-dotnet](https://github.com/aws/aws-lambda-dotnet)\n- [aws/aws-xray-sdk-dotnet](https://github.com/aws/aws-xray-sdk-dotnet)\n\n## Main features\n\n- Web: ASP.NET application libraries, optimized to run within Lambda functions\n- API Gateway: authentication checks, request validations\n- DynamoDB: document attribute mapping, expressions based on code generation\n- Integration: multi-lambda integration application baseline\n\n## Usage\n\n`amilochau/core-aws` is proposed as a set of NuGet packages.\n\n1. Install the NuGet packages\n\nRun the following command to install the NuGet packages - use the packages you want for your use case:\n\n```pwsh\ndotnet add package Milochau.Core.Aws.Abstractions\ndotnet add package Milochau.Core.Aws.ApiGateway\ndotnet add package Milochau.Core.Aws.Cognito\ndotnet add package Milochau.Core.Aws.Core\ndotnet add package Milochau.Core.Aws.DynamoDB\ndotnet add package Milochau.Core.Aws.Integration\ndotnet add package Milochau.Core.Aws.Lambda\ndotnet add package Milochau.Core.Aws.SESv2\ndotnet add package Milochau.Core.Aws.SNS\n```\n\n2. Use the packages\n\nSee the reference projects to find usage examples:\n- [ASP.NET lambda function](./src/Reference%20Projects/Milochau.Core.Aws.ReferenceProjects.AspNetCore)\n- [Event-based lambda function](./src/Reference%20Projects/Milochau.Core.Aws.ReferenceProjects.LambdaFunction)\n- [Integration project](./src/Reference%20Projects/Milochau.Core.Aws.ReferenceProjects.Integration), typically used to test multiple lambda functions together\n\n--- \n\n## Contribute\n\nFeel free to push your code if you agree with publishing under the [MIT license](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Familochau%2Fcore-aws","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Familochau%2Fcore-aws","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Familochau%2Fcore-aws/lists"}