Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🌐 End-to-End CI/CD AWS Lambda Deployment Pipeline (with IaC) #1

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

LuisCusihuaman
Copy link

This PR introduces a new GitHub Actions workflow to handle the deployment of an AWS Lambda function. The workflow ensures that the Lambda function is created if it does not exist and updated if it does.

Changes:

  • Added GitHub Actions workflow for Lambda deployment.
  • Introduced a single CloudFormation template to manage S3 bucket, Lambda cleaner, Lambda function, and execution role.
  • Configured /hello endpoint to use IConfiguration for retrieving the message.
  • Updated Program class to start the web application.
  • Added dependencies for AWS Lambda.
  • Added support for .NET 8.

Let me know if you need any further modifications or additions! (or not serverless version) :shipit:

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