Skip to content

Comments

Enable AWS Lambda deployment for API#125

Merged
ksigWyatt merged 1 commit intomasterfrom
dev
Feb 17, 2026
Merged

Enable AWS Lambda deployment for API#125
ksigWyatt merged 1 commit intomasterfrom
dev

Conversation

@ksigWyatt
Copy link
Member

Adds a SAM-based serverless setup and CI/CD pipeline to deploy the API to AWS Lambda, improving scalability and reducing operational overhead. Integrates an automated health check to validate deployments and introduces basic monitoring and alerting for reliability.

Introduces a Lambda entrypoint for the ASP.NET Core application, defines the serverless stack with HTTP API integration, and sources configuration from a secrets manager. Configures concurrency, memory, and timeouts, and updates dependencies to target .NET 8 for Lambda runtime.

  • Adds GitHub Actions workflow to build and deploy via SAM
  • Introduces Lambda entrypoint for ASP.NET Core hosting
  • Defines serverless resources and environment variables from secrets
  • Configures alarms and notifications for errors and throttles
  • Updates project with AWS Lambda packages and tool defaults
  • Verifies deployment with an API health check

Adds a SAM-based serverless setup and CI/CD pipeline to deploy the API to AWS Lambda, improving scalability and reducing operational overhead. Integrates an automated health check to validate deployments and introduces basic monitoring and alerting for reliability.

Introduces a Lambda entrypoint for the ASP.NET Core application, defines the serverless stack with HTTP API integration, and sources configuration from a secrets manager. Configures concurrency, memory, and timeouts, and updates dependencies to target .NET 8 for Lambda runtime.

- Adds GitHub Actions workflow to build and deploy via SAM
- Introduces Lambda entrypoint for ASP.NET Core hosting
- Defines serverless resources and environment variables from secrets
- Configures alarms and notifications for errors and throttles
- Updates project with AWS Lambda packages and tool defaults
- Verifies deployment with an API health check
@github-actions
Copy link

AI Code Review: No issues found. The changes look good!

@ksigWyatt ksigWyatt merged commit f5a349b into master Feb 17, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant