Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 18 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ updates:
- package-ecosystem: "nuget"
directory: "/"
schedule:
interval: "weekly"
interval: "daily"
open-pull-requests-limit: 10
groups:
minor-and-patch:
Expand All @@ -14,10 +14,26 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
interval: "daily"
open-pull-requests-limit: 10
groups:
minor-and-patch:
update-types:
- "minor"
- "patch"

- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
open-pull-requests-limit: 10
groups:
minor-and-patch:
update-types:
- "minor"
- "patch"

- package-ecosystem: "dotnet-sdk"
directory: "/"
schedule:
interval: "weekly"
7 changes: 7 additions & 0 deletions AwsLambda.Host.sln
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AwsLambda.Host.Envelopes.Ap
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AwsLambda.Host.Envelopes.UnitTests", "tests\AwsLambda.Host.Envelopes.UnitTests\AwsLambda.Host.Envelopes.UnitTests.csproj", "{0BBBEF49-6478-4394-9BD7-B9AFCA280B3D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AwsLambda.Host.OpenTelemetry.UnitTests", "tests\AwsLambda.Host.OpenTelemetry.UnitTests\AwsLambda.Host.OpenTelemetry.UnitTests.csproj", "{B8FD7488-07A9-4CA0-8F40-483ECE109159}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -111,6 +113,10 @@ Global
{0BBBEF49-6478-4394-9BD7-B9AFCA280B3D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0BBBEF49-6478-4394-9BD7-B9AFCA280B3D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0BBBEF49-6478-4394-9BD7-B9AFCA280B3D}.Release|Any CPU.Build.0 = Release|Any CPU
{B8FD7488-07A9-4CA0-8F40-483ECE109159}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B8FD7488-07A9-4CA0-8F40-483ECE109159}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B8FD7488-07A9-4CA0-8F40-483ECE109159}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B8FD7488-07A9-4CA0-8F40-483ECE109159}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{6B8CD8FF-832E-9F88-FB36-2173461F6678} = {B36A84DF-456D-A817-6EDD-3EC3E7F6E11F}
Expand All @@ -128,5 +134,6 @@ Global
{8E3037D3-BEB0-4A0B-A09A-CF31F50D0508} = {1C3C52D9-2936-4A0C-A9C8-F330F22B8359}
{83E4EBD0-EE1C-422D-A22C-BC6A1895A879} = {1C3C52D9-2936-4A0C-A9C8-F330F22B8359}
{0BBBEF49-6478-4394-9BD7-B9AFCA280B3D} = {0AB3BF05-4346-4AA6-1389-037BE0695223}
{B8FD7488-07A9-4CA0-8F40-483ECE109159} = {0AB3BF05-4346-4AA6-1389-037BE0695223}
EndGlobalSection
EndGlobal
3 changes: 3 additions & 0 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
Include="Microsoft.CodeAnalysis.CSharp.SourceGenerators.Testing"
Version="1.1.2"
/>
<PackageVersion Include="NSubstitute.Analyzers.CSharp" Version="1.0.17" />
<PackageVersion Include="OpenTelemetry.Exporter.InMemory" Version="1.14.0" />
<PackageVersion Include="PolySharp" Version="1.15.0" />
<PackageVersion Include="Scriban" Version="6.5.0" />
<!-- OTEL Libraries -->
Expand All @@ -36,6 +38,7 @@
<PackageVersion Include="xunit.runner.visualstudio" Version="3.1.4" />
<PackageVersion Include="xunit.v3" Version="3.2.0" />
<PackageVersion Include="AutoFixture" Version="4.18.1" />
<PackageVersion Include="Microsoft.Extensions.Diagnostics.Testing" Version="10.0.0" />
<!-- Lambda Event Libraries -->
<PackageVersion Include="Amazon.Lambda.APIGatewayEvents" Version="2.7.2" />
<PackageVersion Include="Amazon.Lambda.SQSEvents" Version="2.2.0" />
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# aws-lambda-host

A modern .NET framework for building AWS Lambda functions using familiar ASP.NET Core patterns.

[![Main Build](https://github.com/j-d-ha/aws-lambda-host/actions/workflows/main-build.yaml/badge.svg)](https://github.com/j-d-ha/aws-lambda-host/actions/workflows/main-build.yaml)
[![codecov](https://codecov.io/gh/j-d-ha/aws-lambda-host/graph/badge.svg?token=BWORPTQ0UK)](https://codecov.io/gh/j-d-ha/aws-lambda-host)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=j-d-ha_aws-lambda-host&metric=alert_status&token=9fb519975d91379dcfbc6c13a4bd4207131af6e3)](https://sonarcloud.io/summary/new_code?id=j-d-ha_aws-lambda-host)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)

A modern .NET framework for building AWS Lambda functions using familiar ASP.NET Core patterns.

> ⚠️ **Development Status**: This project is actively under development and not yet
> production-ready. Breaking changes may occur in future versions. Use at your own discretion in
> production environments.
Expand Down
Loading
Loading