Skip to content

Core libraries for .NET Core applications on AWS ✅

License

Notifications You must be signed in to change notification settings

amilochau/core-aws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License Release Version Downloads

@amilochau/core-aws

@amilochau/core-aws is a set of opinionated packages used to create AWS Lambda functions with .NET 8.0 native AOT. This repository comes from a fork of multiple AWS dotnet packages, rewritten to focus on performances:

Main features

  • API Gateway: authentication checks, request validations
  • DynamoDB: document attribute mapping, expressions based on code generation
  • Integration: multi-lambda integration application baseline

Usage

amilochau/core-aws is proposed as a set of NuGet packages.

  1. Install the NuGet packages

Run the following command to install the NuGet packages - use the packages you want for your use case:

dotnet add package Milochau.Core.Aws.Abstractions
dotnet add package Milochau.Core.Aws.ApiGateway
dotnet add package Milochau.Core.Aws.Cognito
dotnet add package Milochau.Core.Aws.Core
dotnet add package Milochau.Core.Aws.DynamoDB
dotnet add package Milochau.Core.Aws.Integration
dotnet add package Milochau.Core.Aws.Lambda
dotnet add package Milochau.Core.Aws.SESv2
dotnet add package Milochau.Core.Aws.SNS
  1. Use the packages

See the reference project to find usage examples.


Contribute

Feel free to push your code if you agree with publishing under the MIT license.

About

Core libraries for .NET Core applications on AWS ✅

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Languages