Skip to content

How to deploy AWS Lambda (NET 6) to AWS using Github Action?

0

My Lambda (NET6) Function is in Github repository. I have build it using Github Action. How to deploy it using Github action? May be any examples?

asked 3 years ago1.2K views
1 Answer
1

If using SAM you can try a GitHub actions as explained here: https://aws.amazon.com/blogs/compute/using-github-actions-to-deploy-serverless-applications/

If not, you would still need to hook it with e.g. CDK commands so that lambda gets built and then pushed to aws as part of Infrastructure as Code flow

EXPERT
answered 3 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.